mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 05:23:47 -05:00
Add MacPorts support for python-build (#3186)
Did not implement customizable priority due to unclear use feedback and more compilation in the code, can decide and do that separately Tcl/Tk from MacPorts support is omitted due to CPython's only being compatible with Tcl/Tk 9 since 3.12.5 and 3.13.0. Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
This commit is contained in:
committed by
GitHub
parent
5e82f5cf81
commit
f24ff8d152
@@ -55,7 +55,7 @@ NUM_DEFINITIONS="$(find "$BATS_TEST_DIRNAME"/../share/python-build -maxdepth 1 -
|
||||
echo true > "${TMP}/definitions/2.7.8-test"
|
||||
mkdir -p "${TMP}/other"
|
||||
echo false > "${TMP}/other/2.7.8-test"
|
||||
run bin/python-build "2.7.8-test" "${TMP}/install"
|
||||
run python-build "2.7.8-test" "${TMP}/install"
|
||||
assert_success ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user