Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shadchin <alexandr.shadchin@gmail.com>2017-02-26 15:31:21 +0300
committerGitHub <noreply@github.com>2017-02-26 15:31:21 +0300
commit992a79590743987ef69cfd356fa370a9702a3848 (patch)
treedd25d457caaae557af1159c2530ef6fbb32e1177 /setup.py
parentff700ae6063d2a1ada274173e077ad25a10b681a (diff)
Fix test depend
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fdf7b99a3..a118b7bcb 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ extras_require = {
'whoosh>=2.0',
],
'test': [
- 'nose',
+ 'pytest',
'mock', # it would be better for 'test:python_version in 2.7'
'simplejson', # better: 'test:platform_python_implementation=="PyPy"'
'html5lib',