Skip to content

Commit

Permalink
tests: bypass the eventlet test on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Nov 28, 2020
1 parent efdc69f commit 3dea877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_skip_repeats_queue.py
Expand Up @@ -94,7 +94,7 @@ def test_consecutives_allowed_across_empties():
def test_eventlet_monkey_patching():
try:
import eventlet
except ImportError:
except Exception:
pytest.skip("eventlet not installed")

eventlet.monkey_patch()
Expand Down

0 comments on commit 3dea877

Please sign in to comment.