diff options
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-1.3.14-r3.ebuild (renamed from dev-python/moto/moto-1.3.14-r2.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/moto/moto-1.3.14-r2.ebuild b/dev-python/moto/moto-1.3.14-r3.ebuild index 89915445bd5a..f28e5d50579d 100644 --- a/dev-python/moto/moto-1.3.14-r2.ebuild +++ b/dev-python/moto/moto-1.3.14-r3.ebuild @@ -69,6 +69,9 @@ python_prepare_all() { -e '/cfn-lint/ d' \ -i setup.py moto.egg-info/requires.txt || die + sed -e 's|idna<2.9,>=2.5|idna>=2.5|' \ + -i setup.py moto.egg-info/requires.txt || 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|' \ |