Skip to content

Commit c47ad75

Browse files
Pin pytest to work around API changes
I can't see exactly what it is, but it must be somewhere in here: https://docs.pytest.org/en/stable/changelog.html#pytest-9-1-0-2026-06-13
1 parent 2981d7d commit c47ad75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ useful =
4646
aioca >=1.6
4747
# Dev and docs dependencies
4848
dev =
49+
# Pytest 9.1.0 deprecates some APIs that some of our plugins require
50+
pytest<9.1.0
4951
pytest-cov
5052
pytest-flake8
5153
# Flake8 5.0 starts printing error, so pin to avoid it:

0 commit comments

Comments
 (0)