We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f32948 commit dec0e84Copy full SHA for dec0e84
pyproject.toml
@@ -117,6 +117,12 @@ markers = [
117
"expensive: too slow to run during \"make smoke\"",
118
]
119
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
+
126
# How come these warnings are suppressed successfully here, but not in conftest.py??
127
filterwarnings = [
128
# Sample 'ignore':
0 commit comments