Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 516c0fe

Browse files
Update pytest requirement from <5.4 to <6.3
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@1.0.0b3...6.2.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f8a94f commit 516c0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
install_requires=["asyncpg", "aiohttp", "authlib", "aiohttp_cors", "jsonschema", "gunicorn>=20.0.1", "ujson", "uvloop", "aiocache", "ujson", "aiomcache"],
3535
extras_require={
3636
"vcf": ["cyvcf2==0.10.1; python_version < '3.7'", "numpy", "cyvcf2; python_version >= '3.7'", "Cython"],
37-
"test": ["coverage==4.5.4", "pytest<5.4", "pytest-cov", "coveralls", "testfixtures", "tox", "flake8", "flake8-docstrings", "asynctest", "aioresponses"],
37+
"test": ["coverage==4.5.4", "pytest<6.3", "pytest-cov", "coveralls", "testfixtures", "tox", "flake8", "flake8-docstrings", "asynctest", "aioresponses"],
3838
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme"],
3939
},
4040
)

0 commit comments

Comments
 (0)