From a6d7348b3d5fcecedc7053f4ffded148df089903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 2 May 2026 18:45:31 +0200 Subject: [PATCH] dev-python/openapi-core: Deselect tests req. djangorestframework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/openapi-core/openapi-core-0.23.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/openapi-core/openapi-core-0.23.1.ebuild b/dev-python/openapi-core/openapi-core-0.23.1.ebuild index b9df73129a176..357801342f195 100644 --- a/dev-python/openapi-core/openapi-core-0.23.1.ebuild +++ b/dev-python/openapi-core/openapi-core-0.23.1.ebuild @@ -56,10 +56,14 @@ EPYTEST_PLUGINS=( pytest-{aiohttp,asyncio} ) distutils_enable_tests pytest EPYTEST_IGNORE=( - # missing dependendencies + # missing dependencies tests/integration/contrib/falcon tests/integration/contrib/fastapi + # these require djangorestframework + tests/integration/contrib/django + tests/unit/contrib/django + # TODO: these tests fail to collect tests/integration/validation/test_security_override.py tests/integration/validation/test_read_only_write_only.py