diff options
author | 2022-09-22 16:46:32 +0200 | |
---|---|---|
committer | 2022-09-22 16:46:50 +0200 | |
commit | 8978ca38a4b8259b6448aa4af06cb321c70393d8 (patch) | |
tree | 29fac1f16a9449ddf4ea2c198286b13cf9c32179 /dev-python/openapi-core | |
parent | sys-kernel/gentoo-sources: unkeyword 5.15.59 (diff) | |
download | gentoo-8978ca38a4b8259b6448aa4af06cb321c70393d8.tar.gz gentoo-8978ca38a4b8259b6448aa4af06cb321c70393d8.tar.bz2 gentoo-8978ca38a4b8259b6448aa4af06cb321c70393d8.zip |
dev-python/openapi-core: update EPYTEST_IGNORE
Closes: https://bugs.gentoo.org/872374
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/openapi-core')
-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() { |