Skip to content
Snippets Groups Projects
Unverified Commit 99c6ceba authored by Sébastien Thuret's avatar Sébastien Thuret
Browse files

upgrade pytest

parent e3a3db59
No related branches found
No related tags found
No related merge requests found
......@@ -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==5.2.0'],
tests_require=['pytest==7.1.1'],
setup_requires=['pytest-runner'],
classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3 ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment