mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade to pytest 5
This commit is contained in:
parent
dc893692fb
commit
391d109dc3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -58,7 +58,7 @@ setup(
|
||||||
extras_require={
|
extras_require={
|
||||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||||
"test": [
|
"test": [
|
||||||
"pytest~=4.6.1",
|
"pytest~=5.0.0",
|
||||||
"pytest-asyncio~=0.10.0",
|
"pytest-asyncio~=0.10.0",
|
||||||
"aiohttp~=3.5.3",
|
"aiohttp~=3.5.3",
|
||||||
"beautifulsoup4~=4.6.1",
|
"beautifulsoup4~=4.6.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue