mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-05 07:20:13 +01:00
upgrade pytest
This commit is contained in:
parent
e3a3db5996
commit
99c6ceba43
2
setup.py
2
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==5.2.0'],
|
||||
tests_require=['pytest==7.1.1'],
|
||||
setup_requires=['pytest-runner'],
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 ",
|
||||
|
Loading…
Reference in New Issue
Block a user