From 4508d4d9b4679a345f1392dcd76c1b275e1e0f19 Mon Sep 17 00:00:00 2001 From: WisdomPill Date: Thu, 2 Nov 2023 16:09:13 +0200 Subject: [PATCH] Support pytest7 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 77582ff1..4829bfde 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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