From 391d109dc3f9230dc4ee4afd20041e480e90e739 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 2 Jul 2019 21:23:09 -0700 Subject: [PATCH] Upgrade to pytest 5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b2f903d..254859b0 100644 --- a/setup.py +++ b/setup.py @@ -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",