From 4ec6737c70829403363fc39d8620625c20922a90 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 14 Mar 2022 04:51:31 +0100 Subject: [PATCH] dev-python/etcd3: ignore some tests Closes: https://bugs.gentoo.org/835033 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/etcd3/etcd3-0.12.0.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/etcd3/etcd3-0.12.0.ebuild b/dev-python/etcd3/etcd3-0.12.0.ebuild index 60491b7c4a..cb51b591ec 100644 --- a/dev-python/etcd3/etcd3-0.12.0.ebuild +++ b/dev-python/etcd3/etcd3-0.12.0.ebuild @@ -3,6 +3,14 @@ EAPI=8 +EPYTEST_DESELECT=( + tests/test_etcd3.py::TestClient::test_compact + tests/test_etcd3.py::TestClient::test_user_pwd_auth +) +EPYTEST_IGNORE=( + tests/test_etcd3.py::TestEtcd3 + tests/test_etcd3.py::TestAlarms +) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1