summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 272357295..5d1460432 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,6 @@ docs_extras = [
testing_extras = tests_require + [
'coverage',
'nose',
- 'virtualenv', # for scaffolding tests
]
base_version = parse_version(VERSION).base_version