Skip to content

Commit

Permalink
Remove nose
Browse files Browse the repository at this point in the history
The nose test runner isn't necessary anymore
  • Loading branch information
nikolas committed Jun 23, 2017
1 parent 795f005 commit 74a78d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
url="https://github.com/ccnmtl/django-smoketest",
description="Django smoketest framework",
long_description=open(os.path.join(ROOT, 'README.md')).read(),
install_requires=['Django>=1.6', 'nose'],
install_requires=['Django>=1.6'],
scripts=[],
license="BSD",
platforms=["any"],
zip_safe=False,
package_data = {'': ['*.*']},
packages=['smoketest'],
test_suite='nose.collector',
)

0 comments on commit 74a78d4

Please sign in to comment.