Skip to content

Commit 74a78d4

Browse files
committed
Remove nose
The nose test runner isn't necessary anymore
1 parent 795f005 commit 74a78d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
url="https://github.com/ccnmtl/django-smoketest",
1212
description="Django smoketest framework",
1313
long_description=open(os.path.join(ROOT, 'README.md')).read(),
14-
install_requires=['Django>=1.6', 'nose'],
14+
install_requires=['Django>=1.6'],
1515
scripts=[],
1616
license="BSD",
1717
platforms=["any"],
1818
zip_safe=False,
1919
package_data = {'': ['*.*']},
2020
packages=['smoketest'],
21-
test_suite='nose.collector',
2221
)

0 commit comments

Comments
 (0)