Remove unused base_python from BuildDispatch (#2004)

This commit is contained in:
Charlie Marsh 2024-02-27 00:35:41 -05:00 committed by GitHub
parent 5997d0da3d
commit 3417330f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 7 additions and 30 deletions

View file

@ -71,7 +71,6 @@ pub(crate) async fn build(args: BuildArgs) -> Result<PathBuf> {
&flat_index,
&index,
&in_flight,
venv.python_executable(),
setup_py,
&config_settings,
&NoBuild::None,

View file

@ -79,7 +79,6 @@ pub(crate) async fn install_many(args: InstallManyArgs) -> Result<()> {
&flat_index,
&index,
&in_flight,
venv.python_executable(),
setup_py,
&config_settings,
&no_build,

View file

@ -87,7 +87,6 @@ pub(crate) async fn resolve_cli(args: ResolveCliArgs) -> Result<()> {
&flat_index,
&index,
&in_flight,
venv.python_executable(),
SetupPyStrategy::default(),
&config_settings,
&no_build,

View file

@ -107,7 +107,6 @@ pub(crate) async fn resolve_many(args: ResolveManyArgs) -> Result<()> {
&flat_index,
&index,
&in_flight,
venv.python_executable(),
setup_py,
&config_settings,
&no_build,