Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/697.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support pytest>=7
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ deps =
dj42: Django>=4.2,<5.0
djmain: https://github.com/django/django/archive/main.tar.gz
msgpack>=0.6.0
pytest<7.0.0
pytest
pytest-cov
pytest-django
pytest-pythonpath
Expand Down Expand Up @@ -141,7 +141,7 @@ filterwarnings =
error::FutureWarning
error::PendingDeprecationWarning
ignore:.*distutils package is deprecated.*:DeprecationWarning
python_paths = tests
pythonpath = tests
testpaths = tests
xfail_strict = true

Expand Down