From 0af6480dd6830602bbc650fa46e2b297aa755d6c Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 1 Oct 2024 10:19:45 +0100 Subject: [PATCH] mypy fix 2 --- tests/supervisors/test_multiprocess.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/supervisors/test_multiprocess.py b/tests/supervisors/test_multiprocess.py index 1e1a978b2..f13accac8 100644 --- a/tests/supervisors/test_multiprocess.py +++ b/tests/supervisors/test_multiprocess.py @@ -205,7 +205,6 @@ async def lb_app( @pytest.mark.skipif( not ((sys.platform == "linux" and hasattr(socket, "SO_REUSEPORT")) or hasattr(socket, "SO_REUSEPORT_LB")), reason="unsupported", - raises=RuntimeError, ) def test_multiprocess_socket_balance() -> None: with multiprocessing.Manager() as m: