mod for buster

This commit is contained in:
geos_one
2025-08-13 13:34:33 +02:00
parent 616720e811
commit a7308be210
2 changed files with 4 additions and 2 deletions

4
debian/rules vendored
View File

@@ -7,8 +7,10 @@ override_dh_installchangelogs:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
nosetests3 -e test_challenge_response -e test_serial -e test_status
# nosetests3 -e test_challenge_response -e test_serial -e test_status
pytest-3 -k 'not test_challenge_response and not test_serial and not test_status'
endif
%:
dh $@ --with python3 --buildsystem=pybuild