summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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}"
}