commit: be4527467582086c52ed191e3c9945022f95f2b7 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Mon Jun 15 00:10:55 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jun 15 02:30:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be452746
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 <gentoo <AT> aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16248 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-python/python-evdev/python-evdev-1.3.0.ebuild | 1 - 1 file changed, 1 deletion(-) 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 32265562544..46b1cc4b846 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}" }
