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@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-14 04:51:31 +01:00
parent 7aa710706b
commit 4ec6737c70

View File

@@ -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