Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test_get_download_url #1456

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Xeonacid
Copy link

@Xeonacid Xeonacid commented Jan 16, 2025

python-build-standalone repo has changed owner

Fixes:

failures:

---- sources::py::test_get_download_url stdout ----
thread 'sources::py::test_get_download_url' panicked at rye/src/sources/py.rs:351:5:
assertion `left == right` failed
  left: Some((PythonVersion { name: "cpython", arch: "aarch64", os: "macos", major: 3, minor: 8, patch: 14, suffix: None }, "https://github.com/astral-sh/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-aarch64-apple-darwin-pgo%2Blto-full.tar.zst", Some("d17a3fcc161345efa2ec0b4ab9c9ed6c139d29128f2e34bb636338a484aa7b72")))
 right: Some((PythonVersion { name: "cpython", arch: "aarch64", os: "macos", major: 3, minor: 8, patch: 14, suffix: None }, "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-aarch64-apple-darwin-pgo%2Blto-full.tar.zst", Some("d17a3fcc161345efa2ec0b4ab9c9ed6c139d29128f2e34bb636338a484aa7b72")))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    sources::py::test_get_download_url

test result: FAILED. 24 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s

python-build-standalone repo has changed owner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant