gst-editing-services1: update to 1.24.11
[oi-userland.git] / components / python / passlib / patches / 04-no-unittest2.patch
bloba7bff07365428b1def69725d155982e756fb2e18
1 unittest2 is not needed with recent Python versions.
3 --- passlib-1.7.4/tox.ini.orig
4 +++ passlib-1.7.4/tox.ini
5 @@ -149,7 +149,6 @@
6 # common
7 nose
8 coverage
9 - unittest2
11 # totp helper tests
12 # NOTE: cryptography requires python-dev, libffi-dev, libssl-dev