diff --git a/changelog.d/697.misc b/changelog.d/697.misc new file mode 100644 index 00000000..dd57591c --- /dev/null +++ b/changelog.d/697.misc @@ -0,0 +1 @@ +Support pytest>=7 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 7413e9ef..89568f27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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