소스 검색

allow for sys.executable to be different

pull/2073/head
Ivan Pozdeev 3 년 전
부모
커밋
6185bb55e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/exec.bats

+ 1
- 1
test/exec.bats 파일 보기

@ -79,7 +79,7 @@ OUT
}
@test "sys.executable with system version (#98)" {
system_python=$(which python3)
system_python="$(python3 -c 'import sys; print(sys.executable)')"
PYENV_VERSION="custom"
create_executable "python3" ""

불러오는 중...
취소
저장