diff --git a/setup.cfg b/setup.cfg index 78a3083..f77f493 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = requests glom tests_require = - pytest + pytest==8.1.0 pytest-django tox isort @@ -51,7 +51,7 @@ include = [options.extras_require] tests = - pytest + pytest==8.1.0 pytest-django tox isort @@ -69,7 +69,7 @@ release = # 3rd party configuration [aliases] -test=pytest +test=pytest==8.1.0 [isort] combine_as_imports = true