From 8d4ab72e05679541a659c0afab33f7376926ad55 Mon Sep 17 00:00:00 2001 From: dingedi Date: Tue, 3 May 2022 11:16:03 +0200 Subject: [PATCH] upgrade pytest --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38b0c66..2f34a22 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( long_description=open('README.md').read(), long_description_content_type="text/markdown", install_requires=open("requirements.txt", "r").readlines(), - tests_require=['pytest==7.1.1'], + tests_require=['pytest==7.1.2'], setup_requires=['pytest-runner'], classifiers=[ "License :: OSI Approved :: GNU Affero General Public License v3 ",