Upgrade to pytest 5

pull/536/head
Simon Willison 2019-07-02 21:23:09 -07:00
rodzic dc893692fb
commit 391d109dc3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ setup(
extras_require={
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
"test": [
"pytest~=4.6.1",
"pytest~=5.0.0",
"pytest-asyncio~=0.10.0",
"aiohttp~=3.5.3",
"beautifulsoup4~=4.6.1",