remove nose as a dependency
This commit is contained in:
parent
eaf66550b0
commit
f0ff68023d
2
setup.py
2
setup.py
|
@ -60,8 +60,6 @@ setup(
|
||||||
"pytest>=2.8.0",
|
"pytest>=2.8.0",
|
||||||
"pytest-xdist>=1.13.1",
|
"pytest-xdist>=1.13.1",
|
||||||
"pytest-cov>=2.1.0",
|
"pytest-cov>=2.1.0",
|
||||||
"nose>=1.3.0",
|
|
||||||
"nose-cov>=1.6",
|
|
||||||
"coveralls>=0.4.1",
|
"coveralls>=0.4.1",
|
||||||
"autopep8>=1.0.3",
|
"autopep8>=1.0.3",
|
||||||
"autoflake>=0.6.6",
|
"autoflake>=0.6.6",
|
||||||
|
|
Loading…
Reference in New Issue