commit:     0edf3b7111d59e55f374a52a8cf7a22f2667df3f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 09:04:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 09:11:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edf3b71

dev-python/pyudev: restrict tests

Known to fail on test system that aren't exactly the same devices
as on CI.

Closes: https://bugs.gentoo.org/610826
Closes: https://bugs.gentoo.org/656910
Closes: https://bugs.gentoo.org/829862
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pyudev/pyudev-0.22.0-r1.ebuild | 3 +++
 dev-python/pyudev/pyudev-0.22.0.ebuild    | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild 
b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
index b17a7837de83..3d2510de8543 100644
--- a/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
+++ b/dev-python/pyudev/pyudev-0.22.0-r1.ebuild
@@ -15,6 +15,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="qt5"
 
+# Known to fail on test system that aren't exactly the same devices as on CI
+RESTRICT="test"
+
 RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
        virtual/udev

diff --git a/dev-python/pyudev/pyudev-0.22.0.ebuild 
b/dev-python/pyudev/pyudev-0.22.0.ebuild
index 7add9fbf588e..b37a850f365f 100644
--- a/dev-python/pyudev/pyudev-0.22.0.ebuild
+++ b/dev-python/pyudev/pyudev-0.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,6 +15,9 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="qt5"
 
+# Known to fail on test system that aren't exactly the same devices as on CI
+RESTRICT="test"
+
 RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
        virtual/udev

Reply via email to