diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules index 152bc0d8..cceb49ab 100755 --- a/debian/rules +++ b/debian/rules @@ -6,14 +6,6 @@ # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # -# - -# needed??? no, should transition to use dhpython2 -# http://wiki.debian.org/Python/TransitionToDHPython2 -# -#DEB_PYTHON_SYSTEM=pysupport - - # Uncomment this to turn on verbose mode. #DH_VERBOSE=1 @@ -26,6 +18,10 @@ 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%: ./run_tests.sh |