summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:09:59 +0200
committerTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:09:59 +0200
commit4617a028de48ac75b04397c2c5cba13047401879 (patch)
tree4e4c368fceeaf9c51f25dd12b948c6c6d005ee43
parentf8ea719ec917e8c88f864f914f8a812eb1b79266 (diff)
Reenable test suite.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0073265..891cbd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@
override_dh_auto_test:
: # ignore test results, idna test fail
- -dh_auto_test -- --test-pytest --test-args='{dir}/tests'
+ dh_auto_test -- --test-pytest --test-args='{dir}/tests'