Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyudev/
Date: Sat, 05 Feb 2022 09:11:54
Message-Id: 1644052292.0edf3b7111d59e55f374a52a8cf7a22f2667df3f.arthurzam@gentoo
1 commit: 0edf3b7111d59e55f374a52a8cf7a22f2667df3f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 09:04:17 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 09:11:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edf3b71
7
8 dev-python/pyudev: restrict tests
9
10 Known to fail on test system that aren't exactly the same devices
11 as on CI.
12
13 Closes: https://bugs.gentoo.org/610826
14 Closes: https://bugs.gentoo.org/656910
15 Closes: https://bugs.gentoo.org/829862
16 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
17
18 dev-python/pyudev/pyudev-0.22.0-r1.ebuild | 3 +++
19 dev-python/pyudev/pyudev-0.22.0.ebuild | 5 ++++-
20 2 files changed, 7 insertions(+), 1 deletion(-)
21
22 diff --git a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
23 index b17a7837de83..3d2510de8543 100644
24 --- a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
25 +++ b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
26 @@ -15,6 +15,9 @@ SLOT="0"
27 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
28 IUSE="qt5"
29
30 +# Known to fail on test system that aren't exactly the same devices as on CI
31 +RESTRICT="test"
32 +
33 RDEPEND="
34 dev-python/six[${PYTHON_USEDEP}]
35 virtual/udev
36
37 diff --git a/dev-python/pyudev/pyudev-0.22.0.ebuild b/dev-python/pyudev/pyudev-0.22.0.ebuild
38 index 7add9fbf588e..b37a850f365f 100644
39 --- a/dev-python/pyudev/pyudev-0.22.0.ebuild
40 +++ b/dev-python/pyudev/pyudev-0.22.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -15,6 +15,9 @@ SLOT="0"
48 KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86"
49 IUSE="qt5"
50
51 +# Known to fail on test system that aren't exactly the same devices as on CI
52 +RESTRICT="test"
53 +
54 RDEPEND="
55 dev-python/six[${PYTHON_USEDEP}]
56 virtual/udev