Skip to content

Commit

Permalink
Add xdist group to multiprocess tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 14, 2024
1 parent 5c4fbd1 commit ed2ac1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/supervisors/test_multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
from uvicorn.supervisors import Multiprocess
from uvicorn.supervisors.multiprocess import Process

pytestmark = pytest.mark.xdist_group(name="multiprocess")


def new_console_in_windows(test_function: Callable[[], Any]) -> Callable[[], Any]: # pragma: no cover
if os.name != "nt":
Expand Down

0 comments on commit ed2ac1a

Please sign in to comment.