diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d10ed8c..1612c5c 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,10 @@ export https_proxy= # This file was automatically generated by stdeb 0.8.5 at # Tue, 22 Dec 2015 17:56:33 +0000 export PYBUILD_NAME=prometheus-client + +# The test suite does not currently pass under python3 +export PYBUILD_DISABLE_python3=test + %: dh $@ --with python2,python3 --buildsystem=pybuild |