diff options
author | kali <kali@leap.se> | 2013-02-06 23:19:15 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-02-06 23:19:31 +0900 |
commit | df63ec729c51e6619f5e6c13acb104c7fc7f2c09 (patch) | |
tree | e1c18d5111695d02e866e3dbb1127158548faa78 /debian/rules | |
parent | 6a8ef09c97f007d5243299280056986fb52e1b87 (diff) |
do not use a virtualenv in tests
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
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 |