upgrade pytest

This commit is contained in:
dingedi 2023-01-12 14:50:38 +01:00
parent c812f362e6
commit 84fbd41501
No known key found for this signature in database
GPG Key ID: EE23A12D271A3CED
1 changed files with 1 additions and 1 deletions

View File

@ -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.2'],
tests_require=['pytest==7.2.0'],
setup_requires=['pytest-runner'],
classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3 ",