diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index 510e1000f21bd..1090bbfb20ac0 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() {