Skip to content

Commit

Permalink
Avoid Nosetests dependency in setup.py
Browse files Browse the repository at this point in the history
This avoids nose being injected for people that install from source.
  • Loading branch information
matthias-bach-by committed Aug 5, 2016
1 parent 7dbd7b4 commit e1343e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -24,15 +24,11 @@
extras_require={
'test': ['devpi-server'],
},
setup_requires=[
'nose'
],
tests_require=[
'nose',
'nose-progressive',
'coverage',
],
test_suite='nose.collector',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit e1343e0

Please sign in to comment.