diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-05 11:04:17 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-05 11:11:32 +0200 |
commit | 0edf3b7111d59e55f374a52a8cf7a22f2667df3f (patch) | |
tree | 351f76c70b1dbf9f084b74e52731028e1a836ef3 | |
parent | dev-python/pyudev: add myself as a maintainer (diff) | |
download | gentoo-0edf3b7111d59e55f374a52a8cf7a22f2667df3f.tar.gz gentoo-0edf3b7111d59e55f374a52a8cf7a22f2667df3f.tar.bz2 gentoo-0edf3b7111d59e55f374a52a8cf7a22f2667df3f.zip |
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@gentoo.org>
-rw-r--r-- | dev-python/pyudev/pyudev-0.22.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/pyudev/pyudev-0.22.0.ebuild | 5 |
2 files changed, 7 insertions, 1 deletions
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 |