From df63ec729c51e6619f5e6c13acb104c7fc7f2c09 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 6 Feb 2013 23:19:15 +0900 Subject: do not use a virtualenv in tests --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debian') 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 -- cgit v1.2.3