From 45e6d4231fc1fde6c0e17569b4e5e9492e7a1e3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 16 Apr 2020 15:27:05 +0200 Subject: [PATCH] dev-python/autobahn: Remove .pytest_cache to avoid installing it MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/715442 Signed-off-by: Michał Górny --- dev-python/autobahn/autobahn-18.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index 510e1000f21b..1090bbfb20ac 100644 --- a/dev-python/autobahn/autobahn-18.3.1.ebuild +++ b/dev-python/autobahn/autobahn-18.3.1.ebuild @@ -65,6 +65,7 @@ python_test() { export USE_TWISTED=false export USE_ASYNCIO=true py.test -v autobahn/wamp/test/test_cryptosign.py || die + rm -r .pytest_cache || die } pkg_postinst() { -- 2.26.2