From 133a55def058e72dd5ebdcecf6810b426c81166c Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 18 Mar 2022 09:13:06 +0100 Subject: [PATCH] dev-python/castellan: deselect the failing test Bug: https://bugs.gentoo.org/835531 Signed-off-by: Alessandro Barbieri --- dev-python/castellan/castellan-3.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/castellan/castellan-3.10.1.ebuild b/dev-python/castellan/castellan-3.10.1.ebuild index 95b91b75be..b9cbd7e973 100644 --- a/dev-python/castellan/castellan-3.10.1.ebuild +++ b/dev-python/castellan/castellan-3.10.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +EPYTEST_DESELECT=( castellan/tests/unit/test_utils.py::TestUtils::test_oslo_context_to_keystone_token ) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1