commit:     db051ff2c1b1a003e8881ccdfce2e5c5adcc0b59
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 16:35:08 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 23:31:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db051ff2

dev-python/keyring: disable interactive test

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/keyring/keyring-10.4.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/keyring/keyring-10.4.0.ebuild 
b/dev-python/keyring/keyring-10.4.0.ebuild
index 2ed6a912560..26a85f01a7a 100644
--- a/dev-python/keyring/keyring-10.4.0.ebuild
+++ b/dev-python/keyring/keyring-10.4.0.ebuild
@@ -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}"
 }

Reply via email to