Revert "Support python find --script (#11891)" (#12364)

This reverts commit b128aa0499 (#11891)

It *seems* like it's causing several tests to fail on linux?
This commit is contained in:
Aria Desires
2025-03-21 09:22:38 -04:00
committed by GitHub
parent b128aa0499
commit 4eb7ab27ab
7 changed files with 13 additions and 270 deletions
-10
View File
@@ -4740,16 +4740,6 @@ pub struct PythonFindArgs {
#[arg(long, overrides_with("system"), hide = true)]
pub no_system: bool,
/// Find the environment for a Python script, rather than the current project.
#[arg(
long,
conflicts_with = "request",
conflicts_with = "no_project",
conflicts_with = "system",
conflicts_with = "no_system"
)]
pub script: Option<PathBuf>,
}
#[derive(Args)]