File: remove-with-randomly.patch

package info (click to toggle)
python-httpretty 0.9.5-7
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 656 kB
  • sloc: python: 3,507; makefile: 69
file content (17 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove with-randomly from setup.cfg
 As I really don't have the energy to package a 3rd randomizing nose tests
 plugin...
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2018-09-18

--- python-httpretty-0.9.5.orig/setup.cfg
+++ python-httpretty-0.9.5/setup.cfg
@@ -1,7 +1,6 @@
 [nosetests]
 verbosity=2
 with-coverage=1
-with-randomly=1
 rednose=1
 stop=1
 nocapture=1