Skip to content

Commit

Permalink
Support pytest7
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Nov 2, 2023
1 parent 4b6dd5b commit 4508d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 @@ -149,7 +149,7 @@ filterwarnings =
error::FutureWarning
error::PendingDeprecationWarning
ignore:.*distutils package is deprecated.*:DeprecationWarning
python_paths = tests
pythonpath = tests
testpaths = tests
xfail_strict = true

Expand Down

0 comments on commit 4508d4d

Please sign in to comment.