rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / passlib / patches / 01-tox-enable-tests.patch
blob13ea77bdb3c60cc2250ddf19279534b2d305bf88
1 --- passlib-1.7.4/tox.ini.orig
2 +++ passlib-1.7.4/tox.ini
3 @@ -135,7 +135,7 @@
4 changedir = {envdir}
5 commands =
6 # default tests
7 - default: nosetests {posargs:{env:TEST_OPTS} passlib.tests}
8 + nosetests {posargs:{env:TEST_OPTS} passlib.tests}
10 # crypto backend tests
11 pbkdf2: nosetests {posargs:{env:TEST_OPTS} passlib.tests.test_crypto_digest passlib.tests.test_handlers_pbkdf2}