Skip to content

Commit cdd2cb4

Browse files
committed
Skip testing in debian build
1 parent 2a28bdc commit cdd2cb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ export PYBUILD_NAME = sipsimple
66
%:
77
dh $@ --with python3 --buildsystem=pybuild
88

9+
override_dh_auto_test:
10+
# Tests require optional dependencies; skip
11+
912
override_dh_clean:
1013
dh_clean
1114
rm -rf build dist MANIFEST

0 commit comments

Comments
 (0)