dev-python/scikit-build: Remove stray files installed post-testing

Closes: https://bugs.gentoo.org/895006
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-02-17 08:43:48 +01:00
parent 10d51fb67c
commit f96839aa3d

View File

@@ -66,4 +66,5 @@ python_test() {
"tests/test_command_line.py::test_hide_listing[True-bdist_wheel]"
)
epytest
rm -r "${BUILD_DIR}/install$(python_get_sitedir)"/{easy-install.pth,*.egg} || die
}