From be4527467582086c52ed191e3c9945022f95f2b7 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 14 Jun 2020 20:10:55 -0400 Subject: dev-python/python-evdev: remove failing test the test needs read/write access to a dev device which is only available as root Closes: https://bugs.gentoo.org/723724 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy Closes: https://github.com/gentoo/gentoo/pull/16248 Signed-off-by: Aaron Bauman --- dev-python/python-evdev/python-evdev-1.3.0.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'dev-python/python-evdev/python-evdev-1.3.0.ebuild') diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild index 322655625445..46b1cc4b8467 100644 --- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild +++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild @@ -26,5 +26,4 @@ python_compile() { python_test() { pytest -vv tests/test_ecodes.py || die "ecodes test failed for ${EPYTHON}" pytest -vv tests/test_events.py || die "events test failed for ${EPYTHON}" - pytest -vv tests/test_uinput.py || die "uinput test failed foe ${EPYTHON}" } -- cgit v1.2.3