summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-10 08:31:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-10 08:31:21 +0000
commit73be496af59cba8128ca2187ce8d3a32678ae7bf (patch)
treeb9fdf829530528e7c53d2d89d3a3df2bf6031440 /dev-python/aiohttp
parentbe960d5922cb86defc29f1b80716e83b0d771258 (diff)
downloadbaldeagleos-repo-73be496af59cba8128ca2187ce8d3a32678ae7bf.tar.gz
baldeagleos-repo-73be496af59cba8128ca2187ce8d3a32678ae7bf.tar.xz
baldeagleos-repo-73be496af59cba8128ca2187ce8d3a32678ae7bf.zip
Adding metadata
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r--dev-python/aiohttp/aiohttp-3.9.1.ebuild12
-rw-r--r--dev-python/aiohttp/aiohttp-3.9.2.ebuild10
-rw-r--r--dev-python/aiohttp/aiohttp-3.9.3.ebuild10
3 files changed, 28 insertions, 4 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.9.1.ebuild b/dev-python/aiohttp/aiohttp-3.9.1.ebuild
index ebda9473099e..a43f62508b10 100644
--- a/dev-python/aiohttp/aiohttp-3.9.1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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,6 +107,14 @@ 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
diff --git a/dev-python/aiohttp/aiohttp-3.9.2.ebuild b/dev-python/aiohttp/aiohttp-3.9.2.ebuild
index a9fccc81a9f4..dd8aa361c3de 100644
--- a/dev-python/aiohttp/aiohttp-3.9.2.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.9.2.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,6 +107,14 @@ 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
diff --git a/dev-python/aiohttp/aiohttp-3.9.3.ebuild b/dev-python/aiohttp/aiohttp-3.9.3.ebuild
index a9fccc81a9f4..dd8aa361c3de 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,6 +107,14 @@ 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