Compare commits

...

2 Commits

Author SHA1 Message Date
Paulus Schoutsen 4396956197 Update pytest to 9.1.1
9.1.0 introduced a regression (pytest-dev/pytest#13974) that raised
"duplicate parametrization" collection errors when a fixture defines
params= and a test re-parametrizes the same argument with indirect=True.
9.1.1 fixes the regression.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 11:34:30 -04:00
renovate[bot] 2732fd7591 Update pytest to 9.1.0 2026-06-21 01:49:33 +00:00
+1 -1
View File
@@ -33,7 +33,7 @@ pytest-timeout==2.4.0
pytest-unordered==0.7.0
pytest-picked==0.5.1
pytest-xdist==3.8.0
pytest==9.0.3
pytest==9.1.1
requests==2.34.2
requests-mock==1.12.1
respx==0.23.1