Drop Python patch test flag from default features (#3746)
This commit is contained in:
@@ -146,6 +146,7 @@ jobs:
|
||||
run: |
|
||||
export UV_BOOTSTRAP_DIR="$(pwd)/bin"
|
||||
cargo nextest run \
|
||||
--features python-patch \
|
||||
--workspace \
|
||||
--status-level skip --failure-output immediate-final --no-fail-fast -j 12 --final-status-level slow
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user