diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/openapi-core/openapi-core-0.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/openapi-core/openapi-core-0.15.0.ebuild b/dev-python/openapi-core/openapi-core-0.15.0.ebuild index a3dc9027e13e..af9428866296 100644 --- a/dev-python/openapi-core/openapi-core-0.15.0.ebuild +++ b/dev-python/openapi-core/openapi-core-0.15.0.ebuild @@ -52,8 +52,8 @@ EPYTEST_IGNORE=( tests/integration/validation/test_read_only_write_only.py # unhappy about modern django - tests/integration/contrib/test_django.py - tests/integration/contrib/django + tests/integration/contrib/django/test_django_project.py + tests/unit/contrib/django/test_django.py ) src_prepare() { |