Skip to content

Commit dec0e84

Browse files
committed
test: document the xdist_group values
1 parent 6f32948 commit dec0e84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ markers = [
117117
"expensive: too slow to run during \"make smoke\"",
118118
]
119119

120+
### pytest.mark.xdist_group() values, and why:
121+
# "virtualenv_test": because of an expensive session-scoped fixture
122+
# "compare_test": Because of shared-file manipulations (~/tests/actual/testing)
123+
# "get_zip_bytes_test": no idea why this one fails if run on separate workers
124+
# "needs_pth": tests that create .pth files in shared locations
125+
120126
# How come these warnings are suppressed successfully here, but not in conftest.py??
121127
filterwarnings = [
122128
# Sample 'ignore':

0 commit comments

Comments
 (0)