mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/pip: Fix respecting PYTHON_TESTED
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
6eee4d3dcc
commit
603e17596a
@ -106,6 +106,11 @@ python_compile_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
|
||||
einfo "Skipping tests on ${EPYTHON}"
|
||||
return 0
|
||||
fi
|
||||
|
||||
local EPYTEST_DESELECT=(
|
||||
tests/functional/test_inspect.py::test_inspect_basic
|
||||
# Internet
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user