control: tags -1 patch

> Looks like still fails...

diff -Nru kazoo-2.6.1/debian/tests/control kazoo-2.6.1/debian/tests/control
--- kazoo-2.6.1/debian/tests/control    2020-01-19 21:01:26.000000000 +0100
+++ kazoo-2.6.1/debian/tests/control    2020-01-21 08:59:06.000000000 +0100
@@ -3,6 +3,7 @@
  libzookeeper-java,
  python3-mock,
  python3-nose,
+ python3-objgraph,
  zookeeper,
  @,
 Restrictions: allow-stderr
diff -Nru kazoo-2.6.1/debian/tests/python3-kazoo 
kazoo-2.6.1/debian/tests/python3-kazoo
--- kazoo-2.6.1/debian/tests/python3-kazoo      2020-01-19 21:01:26.000000000 
+0100
+++ kazoo-2.6.1/debian/tests/python3-kazoo      2020-01-21 08:58:47.000000000 
+0100
@@ -2,4 +2,5 @@
 
 set -e -u
 export ZOOKEEPER_PATH=/usr/share/java
+export ZOOKEEPER_VERSION="3.4.13"
 python3 -m nose


this seems to do the trick to fix the test failure
(and sadly it breaks on each zookeeper version update)

G.

Reply via email to