summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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])