commit: 8978ca38a4b8259b6448aa4af06cb321c70393d8 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 14:46:32 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Sep 22 14:46:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8978ca38
dev-python/openapi-core: update EPYTEST_IGNORE Closes: https://bugs.gentoo.org/872374 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/openapi-core/openapi-core-0.15.0.ebuild | 4 ++-- 1 file 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() {
