Skip to content

Commit

Permalink
Add missing version to pip sync test (#1121)
Browse files Browse the repository at this point in the history
The test started failing due to a newer version on pypi.
  • Loading branch information
konstin authored Jan 26, 2024
1 parent 361a203 commit f1d3b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/puffin/tests/pip_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,7 @@ fn sync_editable_and_registry() -> Result<()> {
// Install the registry-based version of Black.
let requirements_txt = temp_dir.child("requirements.txt");
requirements_txt.write_str(indoc::indoc! {r"
black
black==24.1.0
"
})?;

Expand Down

0 comments on commit f1d3b08

Please sign in to comment.