mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/redbaron: use python_prepare_all
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -28,12 +28,12 @@ distutils_enable_tests pytest
|
||||
|
||||
distutils_enable_sphinx docs dev-python/ipython
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
python_prepare_all() {
|
||||
# Remove "__pycache__". Reason: unique basename
|
||||
rm -rfd "${S}"/tests/__pycache__ || die
|
||||
|
||||
# Skip tests. Reason: calls fixture "red" directly
|
||||
rm "${S}"/tests/test_bounding_box.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user