mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-python/ignore-python: copy the .so file instead of overriding pythonpath
Closes: https://bugs.gentoo.org/979206 Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -31,5 +31,6 @@ EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
epytest --override-ini="pythonpath=${BUILD_DIR}/install$(python_get_sitedir)"
|
||||
cp "${BUILD_DIR}/install$(python_get_sitedir)/ignore/ignore"*.so ignore || die
|
||||
epytest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user