mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-18 02:59:07 -07:00
dev-python/openapi-core: Deselect tests req. djangorestframework
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user