aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-webob/python-3.9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-webob/python-3.9.patch')
-rw-r--r--community/py3-webob/python-3.9.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/py3-webob/python-3.9.patch b/community/py3-webob/python-3.9.patch
new file mode 100644
index 00000000000..823671f05d4
--- /dev/null
+++ b/community/py3-webob/python-3.9.patch
@@ -0,0 +1,11 @@
+--- ./tests/conftest.py.orig
++++ ./tests/conftest.py
+@@ -60,7 +60,7 @@
+ log.debug("shutting server down")
+ server.shutdown()
+ worker.join(1)
+- if worker.isAlive():
++ if worker.is_alive():
+ log.warning('worker is hanged')
+ else:
+ log.debug("server stopped")