We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2aab2e commit f3dd0f9Copy full SHA for f3dd0f9
tests/test_imports.py
@@ -38,7 +38,7 @@ def test_web___all__(pytester: pytest.Pytester) -> None:
38
# and even slower under pytest-xdist, especially in CI
39
_XDIST_WORKER_COUNT * 100 * (1 if _IS_CI_ENV else 1.53)
40
if _IS_XDIST_RUN
41
- else 250
+ else 265
42
),
43
}
44
_TARGET_TIMINGS_BY_PYTHON_VERSION["3.13"] = _TARGET_TIMINGS_BY_PYTHON_VERSION["3.12"]
0 commit comments