From 4508d4d9b4679a345f1392dcd76c1b275e1e0f19 Mon Sep 17 00:00:00 2001 From: WisdomPill Date: Thu, 2 Nov 2023 16:09:13 +0200 Subject: [PATCH 1/2] 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 From 2e895272c3348043abc2441579504257a403d902 Mon Sep 17 00:00:00 2001 From: WisdomPill Date: Thu, 2 Nov 2023 16:14:56 +0200 Subject: [PATCH 2/2] Added changelog --- changelog.d/697.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/697.misc 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