Replace ptvsd with debugpy

ptvsd is deprecated
This commit is contained in:
Oleg Kalachev
2024-04-13 22:43:57 +03:00
parent bf8482a6ce
commit 78465fc93f
2 changed files with 4 additions and 5 deletions

View File

@@ -150,8 +150,8 @@ cp -R node-v10.15.0-linux-armv6l/* /usr/local/
rm -rf node-v10.15.0-linux-armv6l/ rm -rf node-v10.15.0-linux-armv6l/
rm node-v10.15.0-linux-armv6l.tar.gz rm node-v10.15.0-linux-armv6l.tar.gz
echo_stamp "Installing ptvsd" echo_stamp "Installing debugpy"
my_travis_retry pip3 install ptvsd my_travis_retry pip3 install debugpy
echo_stamp "Installing pyzbar" echo_stamp "Installing pyzbar"
my_travis_retry pip3 install pyzbar my_travis_retry pip3 install pyzbar

View File

@@ -29,9 +29,8 @@ if [ -z $VM ]; then
python --version python --version
[[ $(python -c 'import sys;print(sys.version_info.major)') == "3" ]] [[ $(python -c 'import sys;print(sys.version_info.major)') == "3" ]]
# ptvsd does not have a stand-alone binary python -m debugpy --version
python -m ptvsd --version python3 -m debugpy --version
python3 -m ptvsd --version
pigpiod -v pigpiod -v
i2cdetect -V i2cdetect -V