diff options
author | 2020-04-16 15:27:05 +0200 | |
---|---|---|
committer | 2020-04-16 15:28:20 +0200 | |
commit | 45e6d4231fc1fde6c0e17569b4e5e9492e7a1e3a (patch) | |
tree | 0536d85ebd760cae462bb98a76054801fb20c592 /dev-python/autobahn | |
parent | games-util/lutris: Removed old (diff) | |
download | gentoo-45e6d4231fc1fde6c0e17569b4e5e9492e7a1e3a.tar.gz gentoo-45e6d4231fc1fde6c0e17569b4e5e9492e7a1e3a.tar.bz2 gentoo-45e6d4231fc1fde6c0e17569b4e5e9492e7a1e3a.zip |
dev-python/autobahn: Remove .pytest_cache to avoid installing it
Closes: https://bugs.gentoo.org/715442
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-18.3.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |