diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-23 10:39:27 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-23 10:45:35 +0000 |
commit | 974c7ac2bc3c85ecc19fddd8047aaa2be5a18285 (patch) | |
tree | 9ea6ed87185c747b89079e96ba4e847bdf132248 /debian | |
parent | dcccc20073c8c73f2af3545b59c3597bab4c2937 (diff) | |
download | python-prometheus-client-974c7ac2bc3c85ecc19fddd8047aaa2be5a18285.tar python-prometheus-client-974c7ac2bc3c85ecc19fddd8047aaa2be5a18285.tar.gz |
Disable running the test suite using python 3
As it does not work.
Diffstat (limited to 'debian')
-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 |