diff options
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-1.3.16-r1.ebuild (renamed from dev-python/moto/moto-1.3.16.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/moto/moto-1.3.16.ebuild b/dev-python/moto/moto-1.3.16-r1.ebuild index cebf5f92d963..8a38d03655a1 100644 --- a/dev-python/moto/moto-1.3.16.ebuild +++ b/dev-python/moto/moto-1.3.16-r1.ebuild @@ -59,6 +59,10 @@ BDEPEND=" distutils_enable_tests nose python_prepare_all() { + # unping indirect dep on ecdsa that's supposed to workaround pip + # bugs + sed -i -e '/ecdsa/s:<0.15::' setup.py || die + # Disable tests that fail with network-sandbox. sed -e 's|^\(def \)\(test_context_manager()\)|\1_\2|' \ -e 's|^\(def \)\(test_decorator_start_and_stop()\)|\1_\2|' \ |