diff options
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-3.8.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.8.0.ebuild b/dev-python/aiohttp/aiohttp-3.8.0.ebuild index 54748d231fe7..79cfce77e92b 100644 --- a/dev-python/aiohttp/aiohttp-3.8.0.ebuild +++ b/dev-python/aiohttp/aiohttp-3.8.0.ebuild @@ -63,6 +63,9 @@ src_prepare() { "${FILESDIR}"/${P}-examples.patch ) + # increate a little the timeout + sed -e '/abs_tol=/s/0.001/0.01/' -i tests/test_helpers.py || die + # xfail_strict fails on py3.10 sed -i -e '/--cov/d' -e '/xfail_strict/d' setup.cfg || die distutils-r1_src_prepare |