From 2315430153c7b0f1aab1007cc5c87456efef2ec1 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Thu, 28 May 2020 16:36:28 -0700 Subject: Pin minimum pytest version --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1a334efe2..0596a0194 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,11 @@ docs_extras = [ 'sphinxcontrib-autoprogram', ] -testing_extras = tests_require + ['coverage', 'pytest', 'pytest-cov'] +testing_extras = tests_require + [ + 'coverage', + 'pytest>=5.4.2', # unittest.TestCase funkyness, see commit 77c1505ab + 'pytest-cov', +] branch_version = ".".join(VERSION.split(".")[:2]) -- cgit v1.2.3