summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index b3a33d94..9733f76d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,8 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# run tests!
#
-# have to fix running tests inside venv.
-# XXX breaking git-buildpackage process
-# if we choose to run inside venv
test-python%:
- xvfb-run ./run_tests.sh
+ xvfb-run ./run_tests.sh -x -N
override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
endif