Skip to content

Commit

Permalink
test: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed May 20, 2024
1 parent c61d507 commit aa63761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@
T.remove("gevent_pywsgi")
T.append(
pytest.param("gevent", marks=pytest.mark.skip("gevent not installed")) # type: ignore[arg-type]
)
T.append(
pytest.param("gevent_wsgi", marks=pytest.mark.skip("gevent not installed")) # type: ignore[arg-type]
)
T.append(
pytest.param("gevent_pywsgi", marks=pytest.mark.skip("gevent not installed")) # type: ignore[arg-type]
)

Expand Down

0 comments on commit aa63761

Please sign in to comment.