projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe33fcb
)
dev-python/pytest: Drop unnecessary cleaup
author
Justin Lecher
<jlec@gentoo.org>
Tue, 8 Dec 2015 15:38:39 +0000
(16:38 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Tue, 8 Dec 2015 15:38:49 +0000
(16:38 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/pytest/pytest-2.8.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest/pytest-2.8.4.ebuild
b/dev-python/pytest/pytest-2.8.4.ebuild
index 7d1ea6c07e27ff4a831390eddd644557f616ee3e..f8a1f8a714c686dd9aa16c0f07dc8348c1c66620 100644
(file)
--- a/
dev-python/pytest/pytest-2.8.4.ebuild
+++ b/
dev-python/pytest/pytest-2.8.4.ebuild
@@
-54,9
+54,6
@@
python_prepare_all() {
-e 's:test_logging_initialized_in_test:_&:g' \
-i testing/test_capture.py || die
- find \( -name __pycache__ -o -name "*.pyc" -o -name "*.pyo" \) \
- -exec rm -rvf '{}' + || die
-
distutils-r1_python_prepare_all
}