diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-06-14 20:10:55 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-14 22:30:15 -0400 |
commit | be4527467582086c52ed191e3c9945022f95f2b7 (patch) | |
tree | 5a9638dd899c9e57c03758b748e0e6a647e75db3 /dev-python/python-evdev | |
parent | dev-libs/libucl: remove static libs + libtool .la (diff) | |
download | gentoo-be4527467582086c52ed191e3c9945022f95f2b7.tar.gz gentoo-be4527467582086c52ed191e3c9945022f95f2b7.tar.bz2 gentoo-be4527467582086c52ed191e3c9945022f95f2b7.zip |
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@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16248
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/python-evdev')
-rw-r--r-- | dev-python/python-evdev/python-evdev-1.3.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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}" } |