mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Add missing version to pip sync test (#1121)
The test started failing due to a newer version on pypi.
This commit is contained in:
parent
361a2039d2
commit
f1d3b08c12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"
|
||||
})?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue