dev-python/pytest: Drop unnecessary cleaup

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-08 16:38:39 +01:00
parent fe33fcbdbc
commit a46e9dbba8

View File

@@ -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
}