Skip to content

Commit

Permalink
mypy fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Oct 1, 2024
1 parent 2a9b20a commit 0af6480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/supervisors/test_multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0af6480

Please sign in to comment.