Skip to content

Commit

Permalink
Run uvicorn signal forwarding tests in service test suite (#8746)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Mar 9, 2023
1 parent 27c5385 commit e1275c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_start_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ async def server_process():
out.close()


@pytest.mark.service("process")
class TestUvicornSignalForwarding:
@pytest.mark.skipif(
sys.platform == "win32",
Expand Down

0 comments on commit e1275c9

Please sign in to comment.