pyproject.toml -> pin to pytest==8.4.2 per pytest-dev/pytest-xdist/issues/1273

This commit is contained in:
jdegenstein 2025-11-12 15:40:23 -06:00 committed by GitHub
parent e6d98de840
commit 20854b3d4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ development = [
"black",
"mypy",
"pylint",
"pytest",
"pytest==8.4.2", # TODO: unpin on resolution of pytest-dev/pytest-xdist/issues/1273
"pytest-benchmark",
"pytest-cov",
"pytest-xdist",