From efce30a4bd03170d8226ecce38f736621982b4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 31 Jan 2022 09:31:16 +0100 Subject: [PATCH] dev-python/isort: Fix accidentally installing examples w/ USE=test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/isort/isort-5.10.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/isort/isort-5.10.1.ebuild b/dev-python/isort/isort-5.10.1.ebuild index c45f67ae3d412..6ccbdc0806677 100644 --- a/dev-python/isort/isort-5.10.1.ebuild +++ b/dev-python/isort/isort-5.10.1.ebuild @@ -50,6 +50,8 @@ python_test() { distutils_install_for_testing popd >/dev/null || die done + # remove examples leaked into BUILD_DIR + rm "${BUILD_DIR}"/lib/example* || die local EPYTEST_IGNORE=( # Excluded from upstream's test script