We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aec03b commit 1f92e99Copy full SHA for 1f92e99
tests/utils/test_contextvars.py
@@ -24,7 +24,7 @@ def test_leaks(with_gevent):
24
gevent.monkey.patch_all()
25
except Exception as e:
26
if "_RLock__owner" in str(e):
27
- pytest.skip(reason="https://github.com/gevent/gevent/issues/1380")
+ pytest.skip("https://github.com/gevent/gevent/issues/1380")
28
else:
29
raise
30
0 commit comments