summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-02-06 23:19:15 +0900
committerkali <kali@leap.se>2013-02-06 23:19:31 +0900
commitdf63ec729c51e6619f5e6c13acb104c7fc7f2c09 (patch)
treee1c18d5111695d02e866e3dbb1127158548faa78 /debian
parent6a8ef09c97f007d5243299280056986fb52e1b87 (diff)
do not use a virtualenv in tests
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