Skip to content

Commit 8e587f1

Browse files
authored
Merge pull request #18 from ccnmtl/remove-nose
Remove nose
2 parents c95f9cf + 53e7742 commit 8e587f1

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.8', 'nose'],
14+
install_requires=['Django>=1.8'],
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)