mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Replace ptvsd with debugpy
ptvsd is deprecated
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user