mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/keyring: disable interactive test
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user