Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Apr 19, 2024
1 parent 076f0ca commit 0445546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rattler_installs_packages/src/artifacts/sdist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ mod tests {

#[tokio::test(flavor = "multi_thread")]
pub async fn build_rich_git_reference_source_code() {
let url = Url::parse("git+https://github.com/Textualize/rich.git").unwrap();
let url = Url::parse("git+https://github.com/Textualize/rich.git@v13.7.0").unwrap();

let package_db = get_package_db();
let env_markers = Arc::new(Pep508EnvMakers::from_env().await.unwrap().0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ STree(
),
),
port: None,
path: "/Textualize/rich.git",
path: "/Textualize/rich.git@v13.7.0",
query: None,
fragment: None,
},
Expand Down

0 comments on commit 0445546

Please sign in to comment.