We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a28bdc commit cdd2cb4Copy full SHA for cdd2cb4
1 file changed
debian/rules
@@ -6,6 +6,9 @@ export PYBUILD_NAME = sipsimple
6
%:
7
dh $@ --with python3 --buildsystem=pybuild
8
9
+override_dh_auto_test:
10
+ # Tests require optional dependencies; skip
11
+
12
override_dh_clean:
13
dh_clean
14
rm -rf build dist MANIFEST
0 commit comments