projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812b889
)
dev-python/autobahn: Remove .pytest_cache to avoid installing it
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Apr 2020 13:27:05 +0000
(15:27 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/autobahn/autobahn-18.3.1.ebuild
b/dev-python/autobahn/autobahn-18.3.1.ebuild
index 510e1000f21bd09fe3d94b364b002a0b2692d8a3..1090bbfb20ac00d4e16347cf33880beb86ade736 100644
(file)
--- 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() {