Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-xenapi/
Date: Sat, 09 Oct 2021 17:00:58
Message-Id: 1633798852.4c06f2207fba29130c1a1e630a619bbd33d56aa1.Alessandro-Barbieri@gentoo
1 commit: 4c06f2207fba29130c1a1e630a619bbd33d56aa1
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 16:55:03 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 9 17:00:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c06f220
7
8 dev-python/os-xenapi: deselect failing tests
9
10 Closes: https://bugs.gentoo.org/817167
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/os-xenapi/os-xenapi-0.3.4-r2.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4-r2.ebuild b/dev-python/os-xenapi/os-xenapi-0.3.4-r2.ebuild
17 index ac25651db..3e9ee18b9 100644
18 --- a/dev-python/os-xenapi/os-xenapi-0.3.4-r2.ebuild
19 +++ b/dev-python/os-xenapi/os-xenapi-0.3.4-r2.ebuild
20 @@ -3,6 +3,10 @@
21
22 EAPI=8
23
24 +EPYTEST_DESELECT=(
25 + os_xenapi/tests/plugins/test_agent.py::AgentTestCase::test_inject_file_with_old_agent
26 + os_xenapi/tests/plugins/test_xenhost.py::NetworkTestCase::test_iptables_config
27 +)
28 PYTHON_COMPAT=( python3_8 )
29
30 inherit distutils-r1