Skip to content

Commit

Permalink
Check if loadgroup solves windows issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 14, 2024
1 parent 2d81482 commit 5c4fbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ disallow_untyped_defs = false
check_untyped_defs = true

[tool.pytest.ini_options]
addopts = "-rxXs --strict-config --strict-markers -n 8"
addopts = "-rxXs --strict-config --strict-markers -n 8 --dist loadgroup"
xfail_strict = true
filterwarnings = [
"error",
Expand Down
1 change: 1 addition & 0 deletions tests/supervisors/test_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
except ImportError: # pragma: no cover
WatchFilesReload = None # type: ignore[misc,assignment]

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

# TODO: Investigate why this is flaky on MacOS M1.
skip_if_m1 = pytest.mark.skipif(
Expand Down

0 comments on commit 5c4fbd1

Please sign in to comment.