Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Apr 4, 2024
1 parent 2cf0995 commit 8bd57fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -236,7 +236,7 @@ def url(self) -> httpx.URL:
def install_signal_handlers(self) -> None:
# Disable the default installation of handlers for signals such as SIGTERM,
# because it can only be done in the main thread.
pass
pass # pragma: nocover

async def serve(self, sockets=None):
self.restart_requested = asyncio.Event()
Expand Down

0 comments on commit 8bd57fe

Please sign in to comment.