We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c95f9cf + 53e7742 commit 8e587f1Copy full SHA for 8e587f1
setup.py
@@ -11,12 +11,11 @@
11
url="https://github.com/ccnmtl/django-smoketest",
12
description="Django smoketest framework",
13
long_description=open(os.path.join(ROOT, 'README.md')).read(),
14
- install_requires=['Django>=1.8', 'nose'],
+ install_requires=['Django>=1.8'],
15
scripts=[],
16
license="BSD",
17
platforms=["any"],
18
zip_safe=False,
19
package_data = {'': ['*.*']},
20
packages=['smoketest'],
21
- test_suite='nose.collector',
22
)
0 commit comments