summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-06-14 20:10:55 -0400
committerAaron Bauman <bman@gentoo.org>2020-06-14 22:30:15 -0400
commitbe4527467582086c52ed191e3c9945022f95f2b7 (patch)
tree5a9638dd899c9e57c03758b748e0e6a647e75db3 /dev-python
parentdev-libs/libucl: remove static libs + libtool .la (diff)
downloadgentoo-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')
-rw-r--r--dev-python/python-evdev/python-evdev-1.3.0.ebuild1
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}"
}