aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-webob/python-3.9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-webob/python-3.9.patch')
-rw-r--r--testing/py3-webob/python-3.9.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/py3-webob/python-3.9.patch b/testing/py3-webob/python-3.9.patch
deleted file mode 100644
index 823671f05d4..00000000000
--- a/testing/py3-webob/python-3.9.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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")