Skip to content

Commit ad9ab64

Browse files
committed
Pin pytest to <7
1 parent e562b5c commit ad9ab64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/690.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin pytest to <7.0 until compatibility issues are resolved

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ deps =
122122
dj42: Django>=4.2,<5.0
123123
djmain: https://github.com/django/django/archive/main.tar.gz
124124
msgpack>=0.6.0
125-
pytest
125+
pytest<7.0.0
126126
pytest-cov
127127
pytest-django
128128
pytest-pythonpath

0 commit comments

Comments
 (0)