mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/tests: Update distutils-r1 expected values
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -108,7 +108,7 @@ test-distutils_enable_tests pytest \
|
||||
test-distutils_enable_tests nose \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( >=dev-python/nose-1.3.7-r4[${PYTHON_USEDEP}] )"
|
||||
test-distutils_enable_tests unittest \
|
||||
"${BASE_IUSE}" "" "${BASE_DEPS}"
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( dev-python/unittest-or-fail[${PYTHON_USEDEP}] )"
|
||||
test-distutils_enable_tests setup.py \
|
||||
"${BASE_IUSE}" "" "${BASE_DEPS}"
|
||||
eoutdent
|
||||
@@ -122,7 +122,7 @@ test-distutils_enable_tests pytest \
|
||||
test-distutils_enable_tests nose \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} >=dev-python/nose-1.3.7-r4[${PYTHON_USEDEP}] )"
|
||||
test-distutils_enable_tests unittest \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} )"
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} dev-python/unittest-or-fail[${PYTHON_USEDEP}] )"
|
||||
test-distutils_enable_tests setup.py \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} )"
|
||||
eoutdent
|
||||
|
||||
@@ -88,7 +88,7 @@ test-distutils_enable_tests pytest \
|
||||
test-distutils_enable_tests nose \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( python_single_target_python3_8? ( >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)] ) )"
|
||||
test-distutils_enable_tests unittest \
|
||||
"${BASE_IUSE}" "" "${BASE_DEPS}"
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( python_single_target_python3_8? ( dev-python/unittest-or-fail[python_targets_python3_8(-)] ) )"
|
||||
test-distutils_enable_tests setup.py \
|
||||
"${BASE_IUSE}" "" "${BASE_DEPS}"
|
||||
eoutdent
|
||||
@@ -102,7 +102,7 @@ test-distutils_enable_tests pytest \
|
||||
test-distutils_enable_tests nose \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} python_single_target_python3_8? ( >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)] ) )"
|
||||
test-distutils_enable_tests unittest \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} )"
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} python_single_target_python3_8? ( dev-python/unittest-or-fail[python_targets_python3_8(-)] ) )"
|
||||
test-distutils_enable_tests setup.py \
|
||||
"${BASE_IUSE} test" "${TEST_RESTRICT}" "${BASE_DEPS} test? ( ${BASE_RDEPEND} )"
|
||||
eoutdent
|
||||
|
||||
Reference in New Issue
Block a user