Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test-gpu-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
# Each group runs separately with process cleanup in between
pip install pytest-split
# Install pytest-forked so we can run a few globals-heavy
# tests in isolated forked subprocesses.
pip install pytest-forked
# Run tests with test_actor_error disabled
run_test_groups 0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

markers = [
"oss_skip: marks tests to skip in OSS CI",
"forked_only: tests that must run in a forked subprocess",
]
asyncio_mode = "auto"
# Default timeout of 5 minutes
Expand Down
Loading
Loading