summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp/aiohttp-3.9.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-10 11:34:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-10 11:34:01 +0000
commitcc901a8ce7c6bfe97e3b4f048619693d360ae348 (patch)
treec250ff07a4d508fa08b487b616e0ae8aff2f0d8e /dev-python/aiohttp/aiohttp-3.9.3.ebuild
parentc9badf79e4669147edb94182af5776072f2ffaea (diff)
gentoo auto-resync : 10:02:2024 - 11:34:00
Diffstat (limited to 'dev-python/aiohttp/aiohttp-3.9.3.ebuild')
-rw-r--r--dev-python/aiohttp/aiohttp-3.9.3.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.9.3.ebuild b/dev-python/aiohttp/aiohttp-3.9.3.ebuild
index 1204601b7270..9cf851e1a006 100644
--- a/dev-python/aiohttp/aiohttp-3.9.3.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.9.3.ebuild
@@ -40,8 +40,8 @@ BDEPEND="
dev-python/pytest-forked[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
+ dev-python/re-assert[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
- dev-python/re-assert[${PYTHON_USEDEP}]
dev-python/time-machine[${PYTHON_USEDEP}]
' 'python3*')
test-rust? (
@@ -107,14 +107,6 @@ python_test() {
# on PyPy3 but the test suite needs an explicit switch,
# sigh
local -x AIOHTTP_NO_EXTENSIONS=1
-
- EPYTEST_IGNORE+=(
- # Skip tests requiring dev-python/re-assert -> dev-python/regex
- tests/test_streams.py
- tests/test_urldispatch.py
- tests/test_client_session.py
- tests/test_web_response.py
- )
;;
esac