commit: 45e6d4231fc1fde6c0e17569b4e5e9492e7a1e3a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 16 13:27:05 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 16 13:28:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e6d423
dev-python/autobahn: Remove .pytest_cache to avoid installing it Closes: https://bugs.gentoo.org/715442 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 510e1000f21..1090bbfb20a 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() {
