From 974c7ac2bc3c85ecc19fddd8047aaa2be5a18285 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 23 Dec 2015 10:39:27 +0000 Subject: Disable running the test suite using python 3 As it does not work. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3