aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-18 09:13:06 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-18 09:54:37 +0100
commit133a55def058e72dd5ebdcecf6810b426c81166c (patch)
tree7cf020f8019d4fb9bbf94c7a11f1d88171a5086f
parentdev-python/os-vif: ignore more functional tests (diff)
downloadguru-133a55def058e72dd5ebdcecf6810b426c81166c.tar.gz
guru-133a55def058e72dd5ebdcecf6810b426c81166c.tar.bz2
guru-133a55def058e72dd5ebdcecf6810b426c81166c.zip
dev-python/castellan: deselect the failing test
Bug: https://bugs.gentoo.org/835531 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/castellan/castellan-3.10.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/castellan/castellan-3.10.1.ebuild b/dev-python/castellan/castellan-3.10.1.ebuild
index 95b91b75b..b9cbd7e97 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