mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
remove nose dev dep
This commit is contained in:
parent
0df16749d6
commit
5b06ed4284
3 changed files with 3 additions and 8 deletions
|
|
@ -31,7 +31,7 @@ if sys.version_info < (2, 7):
|
|||
])
|
||||
|
||||
dev_extras = [
|
||||
'nose',
|
||||
'pytest',
|
||||
'tox',
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,3 @@ universal = 1
|
|||
|
||||
[easy_install]
|
||||
zip_ok = false
|
||||
|
||||
[nosetests]
|
||||
nocapture=1
|
||||
cover-package=certbot,acme,certbot_apache,certbot_nginx
|
||||
cover-erase=1
|
||||
cover-tests=1
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -67,7 +67,8 @@ dev_extras = [
|
|||
'astroid==1.3.5',
|
||||
'coverage',
|
||||
'ipdb',
|
||||
'nose',
|
||||
'pytest',
|
||||
'pytest-xdist',
|
||||
'pylint==1.4.2', # upstream #248
|
||||
'tox',
|
||||
'twine',
|
||||
|
|
|
|||
Loading…
Reference in a new issue