commit: c8f222c89a8986f81235ebc8113c3b6b0ef7e13d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 10:22:36 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 10:30:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f222c8
dev-python/aiohttp: Restore dev-python/re-assert for pypy3, sigh
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiohttp/aiohttp-3.9.3.ebuild | 10 +---------
1 file changed, 1 insertion(+), 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