dev-python/etcd3: deselect tests instead of ignore

Closes: https://bugs.gentoo.org/835480
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-17 14:17:08 +01:00
parent 551cd9c4d1
commit 044243b521

View File

@@ -6,8 +6,6 @@ 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
)