From cb2be5f16dad334e4718852f27c6408c3d2d6d4a Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Mon, 4 May 2020 00:13:41 -0700 Subject: Add testing requires for pytest/pytest-cov --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2487d0952..1a334efe2 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ docs_extras = [ 'sphinxcontrib-autoprogram', ] -testing_extras = tests_require + ['coverage', 'nose'] +testing_extras = tests_require + ['coverage', 'pytest', 'pytest-cov'] branch_version = ".".join(VERSION.split(".")[:2]) -- cgit v1.2.3