dev-python/openapi-core: Deselect tests req. djangorestframework

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-02 18:45:31 +02:00
parent 69a9dac173
commit a6d7348b3d

View File

@@ -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