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