summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sorriaux <stephen.sorriaux@gmail.com>2019-10-07 23:06:59 +0200
committerStephen Sorriaux <stephen.sorriaux@gmail.com>2019-10-08 22:11:19 +0200
commit64e1d25495eb85b49439eeac9d06abae5e441864 (patch)
treef2608c0b9628cd9adb3b86ae3a4ea3b251aea3e2
parentd8ab5eff6ba219b47713b052156fdb1d02c2874b (diff)
downloadkazoo-feat/python-37.tar.gz
fix(tests): change pattern for slf4j-log4j libfeat/python-37
-rw-r--r--kazoo/testing/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kazoo/testing/common.py b/kazoo/testing/common.py
index 3f0218c..77c7205 100644
--- a/kazoo/testing/common.py
+++ b/kazoo/testing/common.py
@@ -215,7 +215,7 @@ log4j.appender.ROLLINGFILE.File=""" + to_java_compatible_path( # NOQA
"slf4j-api-*.jar")))
jars.extend(glob(os.path.join(
self.install_path,
- "slf4j-log4j-*.jar")))
+ "slf4j-log4j*.jar")))
else:
# Development build (plain `ant`)
jars = glob((os.path.join(