dev-python/autobahn: Remove .pytest_cache to avoid installing it
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Apr 2020 13:27:05 +0000 (15:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Apr 2020 13:28:20 +0000 (15:28 +0200)
Closes: https://bugs.gentoo.org/715442
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/autobahn/autobahn-18.3.1.ebuild

index 510e1000f21bd09fe3d94b364b002a0b2692d8a3..1090bbfb20ac00d4e16347cf33880beb86ade736 100644 (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() {