commit: 4ec6737c70829403363fc39d8620625c20922a90 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon Mar 14 03:51:31 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Mon Mar 14 03:51:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ec6737c
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 <lssndrbarbieri <AT> gmail.com> 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 60491b7c4..cb51b591e 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
