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

View file

@ -26,7 +26,7 @@ setup(
long_description=open('README.md').read(), long_description=open('README.md').read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
install_requires=open("requirements.txt", "r").readlines(), install_requires=open("requirements.txt", "r").readlines(),
tests_require=['pytest==7.1.2'], tests_require=['pytest==7.2.0'],
setup_requires=['pytest-runner'], setup_requires=['pytest-runner'],
classifiers=[ classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3 ", "License :: OSI Approved :: GNU Affero General Public License v3 ",