mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user