From aa63761ac99654296ee0a3b324f771fa96356945 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Mon, 20 May 2024 06:50:03 +0200 Subject: [PATCH] test: typo --- tests/test_e2e.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_e2e.py b/tests/test_e2e.py index 859b10f01..6538ff55b 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -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] )