summaryrefslogtreecommitdiff
path: root/tests/wsgi_test.py
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2018-02-17 22:41:37 +0300
committerSergey Shepelev <temotor@gmail.com>2018-03-11 02:21:01 +0300
commitfb300387a2f2761423dc71b3e4d18cb26a360368 (patch)
tree0dad33d1bf722f8701c5b919d658d3f559c06912 /tests/wsgi_test.py
parent8fe75a76e773305f9748e3922aaf44bf4c39a939 (diff)
downloadeventlet-up.tar.gz
hubs: drop pyevent hubup
Diffstat (limited to 'tests/wsgi_test.py')
-rw-r--r--tests/wsgi_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wsgi_test.py b/tests/wsgi_test.py
index d680154..01f56f0 100644
--- a/tests/wsgi_test.py
+++ b/tests/wsgi_test.py
@@ -1680,7 +1680,6 @@ class IterableAlreadyHandledTest(_TestBase):
class ProxiedIterableAlreadyHandledTest(IterableAlreadyHandledTest):
# same thing as the previous test but ensuring that it works with tpooled
# results as well as regular ones
- @tests.skip_with_pyevent
def get_app(self):
return tpool.Proxy(super(ProxiedIterableAlreadyHandledTest, self).get_app())