mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
upgrade pytest
This commit is contained in:
parent
4ac1ea13df
commit
8d4ab72e05
2
setup.py
2
setup.py
@ -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.1'],
|
tests_require=['pytest==7.1.2'],
|
||||||
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 ",
|
||||||
|
Loading…
Reference in New Issue
Block a user