Skip to content

Commit

Permalink
Drop Python patch test flag from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed May 22, 2024
1 parent 7585250 commit c7d6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ reqwest = { workspace = true, features = ["blocking"], default-features = false
ignored = ["flate2"]

[features]
default = ["flate2/zlib-ng", "python", "pypi", "git", "python-patch"]
default = ["flate2/zlib-ng", "python", "pypi", "git"]
# Introduces a dependency on a local Python installation.
python = []
# Introduces a dependency on a local Python installation with specific patch versions.
Expand Down

0 comments on commit c7d6e72

Please sign in to comment.