gst-devtools1: update to 1.24.11
[oi-userland.git] / components / python / passlib / patches / 03-no-randomize.patch
blob27914312dade3b4757cb1fd2593799f8e3f689ce
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 @@ -127,7 +127,7 @@
7 # nose option fragments
8 with_coverage: TEST_COVER_OPTS = --with-xunit --with-coverage --cover-xml --cover-package passlib
9 - TEST_OPTS = {env:HIDE_SKIPS:} --randomize {env:TEST_COVER_OPTS:}
10 + TEST_OPTS = {env:HIDE_SKIPS:} {env:TEST_COVER_OPTS:}
12 changedir = {envdir}
13 commands =
14 @@ -149,7 +149,6 @@
15 # common
16 nose
17 coverage
18 - randomize
19 unittest2
21 # totp helper tests