Skip to content

Commit

Permalink
Fix test_get_download_url
Browse files Browse the repository at this point in the history
python-build-standalone repo has changed owner
  • Loading branch information
Xeonacid authored Jan 16, 2025
1 parent d67cac1 commit 7c79fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rye/src/sources/py.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,5 @@ pub fn iter_downloadable<'s>(
#[test]
fn test_get_download_url() {
let url = get_download_url(&"[email protected]".parse().unwrap());
assert_eq!(url, Some((PythonVersion { name: "cpython".into(), arch: "aarch64".into(), os: "macos".into(), 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"))));
assert_eq!(url, Some((PythonVersion { name: "cpython".into(), arch: "aarch64".into(), os: "macos".into(), 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"))));
}

0 comments on commit 7c79fdf

Please sign in to comment.