gst-editing-services1: update to 1.24.11
[oi-userland.git] / components / python / passlib / patches / 02-no-rednose.patch
blob87c6e2ca4fe09a3d75fe16307f505e35e4612c9e
1 We do not have this optional test dependency packaged yet.
3 --- passlib-1.7.4/tox.ini.orig
4 +++ passlib-1.7.4/tox.ini
5 @@ -125,9 +125,6 @@
6 bcrypthash-builtin: PASSLIB_BUILTIN_BCRYPT = enabled
7 bcrypthash-disabled: PASSLIB_TEST_MODE = quick
9 - # option that depends on rednose (see below)
10 - !py33-!py34: HIDE_SKIPS = --hide-skips
12 # nose option fragments
13 with_coverage: TEST_COVER_OPTS = --with-xunit --with-coverage --cover-xml --cover-package passlib
14 TEST_OPTS = {env:HIDE_SKIPS:} --randomize {env:TEST_COVER_OPTS:}
15 @@ -151,7 +148,6 @@
16 deps =
17 # common
18 nose
19 - !py33-!py34: rednose
20 coverage
21 randomize
22 unittest2