dev-python/keyring: disable interactive test

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Robin H. Johnson
2017-08-14 09:35:08 -07:00
parent a41e6d6967
commit db051ff2c1

View File

@@ -26,6 +26,12 @@ DEPEND="
)"
RDEPEND=""
src_unpack() {
unpack $A
# This is an interactive test.
rm -f "${S}"/keyring/tests/backends/test_kwallet.py
}
python_test() {
py.test -v -v || die "testsuite failed under ${EPYTHON}"
}