Skip to content

Commit eb1747e

Browse files
committed
misc: update snapshots
1 parent 73f675a commit eb1747e

11 files changed

+1
-106
lines changed

crates/pixi-build-rust/src/rust.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ pub struct RustBuildBackend<P: ProjectModel> {
3737
pub(crate) project_model: P,
3838
pub(crate) config: RustBackendConfig,
3939
pub(crate) cache_dir: Option<PathBuf>,
40-
// pub(crate) pyproject_manifest: Option<PyProjectToml>,
4140
}
4241

4342
impl<P: ProjectModel> RustBuildBackend<P> {
44-
/// Returns a new instance of [`PythonBuildBackend`] by reading the manifest
45-
/// at the given path.
43+
/// Returns a new instance of [`RustBuildBackend`].
4644
pub fn new(
4745
manifest_path: PathBuf,
4846
project_model: P,
@@ -85,10 +83,6 @@ impl<P: ProjectModel> RustBuildBackend<P> {
8583

8684
/// Constructs a [`Recipe`] that will build the python package into a conda
8785
/// package.
88-
///
89-
///
90-
/// Script entry points are read from the pyproject and added as entry
91-
/// points in the conda package.
9286
pub(crate) fn recipe(
9387
&self,
9488
host_platform: Platform,

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__entry_point_nested.snap

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__entry_point_not_a_module.snap

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__entry_point_not_string.snap

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__entry_points_are_read.snap

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__noarch_none.snap

Lines changed: 0 additions & 18 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__noarch_python.snap

Lines changed: 0 additions & 19 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__setting_host_and_build_requirements-2.snap

Lines changed: 0 additions & 24 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__setting_host_and_build_requirements.snap

Lines changed: 0 additions & 12 deletions
This file was deleted.

crates/pixi-build-rust/src/snapshots/pixi_build_python__python__tests__wrong_entry_points.snap

Lines changed: 0 additions & 5 deletions
This file was deleted.

pixi.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Binary for building pixi projects into packages"
55
authors = ["Tim de Jager <tim@prefix.dev>"]
66
channels = ["conda-forge"]
77
platforms = ["osx-arm64", "win-64", "linux-64", "osx-64"]
8-
preview = ["pixi-build"]
98

109
[tasks]
1110
run-release = { cmd = "cargo run --release", inputs = [

0 commit comments

Comments
 (0)