diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-31 13:25:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-31 13:25:11 +0000 |
| commit | 77e0dfe446787ff4c8a851b4540c83fb9d505930 (patch) | |
| tree | 15fec630b6594762a5e6a1fabcd534334083bd64 /dev-python/aiohttp | |
| parent | 6135c784e419ee6c8d4056bc8158bf8347d19c2e (diff) | |
| download | baldeagleos-repo-77e0dfe446787ff4c8a851b4540c83fb9d505930.tar.gz baldeagleos-repo-77e0dfe446787ff4c8a851b4540c83fb9d505930.tar.xz baldeagleos-repo-77e0dfe446787ff4c8a851b4540c83fb9d505930.zip | |
Adding metadata
Diffstat (limited to 'dev-python/aiohttp')
| -rw-r--r-- | dev-python/aiohttp/aiohttp-3.8.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.8.4.ebuild b/dev-python/aiohttp/aiohttp-3.8.4.ebuild index 01ba46fb7ce4..a9fb860bc7b1 100644 --- a/dev-python/aiohttp/aiohttp-3.8.4.ebuild +++ b/dev-python/aiohttp/aiohttp-3.8.4.ebuild @@ -35,7 +35,6 @@ BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] test? ( app-arch/brotli[python,${PYTHON_USEDEP}] - dev-python/async_generator[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] www-servers/gunicorn[${PYTHON_USEDEP}] dev-python/pytest-forked[${PYTHON_USEDEP}] @@ -87,6 +86,10 @@ python_test() { local EPYTEST_DESELECT=( # Internet tests/test_client_session.py::test_client_session_timeout_zero + # broken by irrelevant deprecation warnings + tests/test_circular_imports.py::test_no_warnings + # TODO + tests/test_client_session.py::test_request_tracing_url_params ) case ${EPYTHON} in |
