pyenv verification source
Some checks are pending
macos_build / macos_build (3.10) (push) Waiting to run
macos_build / macos_build (3.11) (push) Waiting to run
macos_build / macos_build (3.12) (push) Waiting to run
macos_build / macos_build (3.13) (push) Waiting to run
macos_build / macos_build (3.14) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-14) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-15) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-15-intel) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-26) (push) Waiting to run
pyenv_tests / pyenv_tests (ubuntu-22.04) (push) Waiting to run
pyenv_tests / pyenv_tests (ubuntu-24.04) (push) Waiting to run
ubuntu_build / ubuntu_build (3.10) (push) Waiting to run
ubuntu_build / ubuntu_build (3.11) (push) Waiting to run
ubuntu_build / ubuntu_build (3.12) (push) Waiting to run
ubuntu_build / ubuntu_build (3.13) (push) Waiting to run
ubuntu_build / ubuntu_build (3.14) (push) Waiting to run
Some checks are pending
macos_build / macos_build (3.10) (push) Waiting to run
macos_build / macos_build (3.11) (push) Waiting to run
macos_build / macos_build (3.12) (push) Waiting to run
macos_build / macos_build (3.13) (push) Waiting to run
macos_build / macos_build (3.14) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-14) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-15) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-15-intel) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-26) (push) Waiting to run
pyenv_tests / pyenv_tests (ubuntu-22.04) (push) Waiting to run
pyenv_tests / pyenv_tests (ubuntu-24.04) (push) Waiting to run
ubuntu_build / ubuntu_build (3.10) (push) Waiting to run
ubuntu_build / ubuntu_build (3.11) (push) Waiting to run
ubuntu_build / ubuntu_build (3.12) (push) Waiting to run
ubuntu_build / ubuntu_build (3.13) (push) Waiting to run
ubuntu_build / ubuntu_build (3.14) (push) Waiting to run
This commit is contained in:
2
plugins/python-build/test/fixtures/definitions/needs-yaml
vendored
Normal file
2
plugins/python-build/test/fixtures/definitions/needs-yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz" --if needs_yaml
|
||||
install_package "Python-3.6.2" "http://python.org/ftp/python/3.6.2/Python-3.6.2.tar.gz"
|
||||
1
plugins/python-build/test/fixtures/definitions/vanilla-python
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/vanilla-python
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "Python-3.6.2" "http://python.org/ftp/python/3.6.2/Python-3.6.2.tar.gz"
|
||||
1
plugins/python-build/test/fixtures/definitions/with-checksum
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/with-checksum
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "package-1.0.0" "http://example.com/packages/package-1.0.0.tar.gz#ba988b1bb4250dee0b9dd3d4d722f9c64b2bacfc805d1b6eba7426bda72dd3c5" copy
|
||||
1
plugins/python-build/test/fixtures/definitions/with-invalid-checksum
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/with-invalid-checksum
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "package-1.0.0" "http://example.com/packages/package-1.0.0.tar.gz#invalid_64_character_checksum_0000000000000000000000000000000000" copy
|
||||
1
plugins/python-build/test/fixtures/definitions/with-md5-checksum
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/with-md5-checksum
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "package-1.0.0" "http://example.com/packages/package-1.0.0.tar.gz#83e6d7725e20166024a1eb74cde80677" copy
|
||||
1
plugins/python-build/test/fixtures/definitions/without-checksum
vendored
Normal file
1
plugins/python-build/test/fixtures/definitions/without-checksum
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install_package "package-1.0.0" "http://example.com/packages/package-1.0.0.tar.gz" copy
|
||||
BIN
plugins/python-build/test/fixtures/package-1.0.0.tar.gz
vendored
Normal file
BIN
plugins/python-build/test/fixtures/package-1.0.0.tar.gz
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user