upgrade pytest

This commit is contained in:
dingedi 2022-05-03 11:16:03 +02:00
parent 4ac1ea13df
commit 8d4ab72e05
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_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 ",