summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-06-21 08:36:00 -0500
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-06-21 08:36:00 -0500
commitc5c7d8f648d1ed36e7016942fafb073938d3f894 (patch)
tree9f8e00f0c0a5ef408b9ae8e25892e497f5d3953c
parent52b692ee98440550755e178d6ea47161547a7b65 (diff)
Disable tests as tarballs ship none
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index dfb845d..861b893 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,5 @@ export LC_ALL=C.UTF-8
override_dh_auto_test:
: # ignore test results, idna test fail
- dh_auto_test -- --test-pytest --test-args='{dir}/tests'
+ # TODO: current tarball doesn't include tests, uncomment when that changes
+ # dh_auto_test -- --test-pytest --test-args='{dir}/tests'