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>
This commit is contained in:
Michał Górny
2020-04-16 15:27:05 +02:00
parent 812b889894
commit 45e6d4231f

View File

@@ -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() {