File: 0001-no-nose.patch

package info (click to toggle)
python-passlib 1.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,920 kB
  • sloc: python: 23,094; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Do not try to pip install nose
Author: Emanuele Rocca <ema@debian.org>
Origin: Debian
Index: python-passlib/setup.py
===================================================================
--- python-passlib.orig/setup.py
+++ python-passlib/setup.py
@@ -127,8 +127,8 @@ Topic :: Software Development :: Librari
     #==================================================================
     # testing
     #==================================================================
-    tests_require='nose >= 1.1',
-    test_suite='nose.collector',
+    #tests_require='nose >= 1.1',
+    #test_suite='nose.collector',
 
     #==================================================================
     # custom setup