File: remove-nose

package info (click to toggle)
python-zipstream 1.1.4-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: python: 543; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,4 @@
     url='https://github.com/allanlei/python-zipstream',
     packages=find_packages(exclude=['tests']),
     keywords='zip streaming',
-    test_suite='nose.collector',
-    tests_require=['nose'],
 )