From fa423b8751cc9697c45b3f3807ea9e92fbd15bce Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 13 Nov 2023 09:19:20 +0100 Subject: [PATCH] Backend path is supported (#405) The check is outdated now --- crates/puffin-build/src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/puffin-build/src/lib.rs b/crates/puffin-build/src/lib.rs index 907d976d2..3ad6b7683 100644 --- a/crates/puffin-build/src/lib.rs +++ b/crates/puffin-build/src/lib.rs @@ -517,11 +517,6 @@ async fn create_pep517_build_environment( "Calling `{}.get_requires_for_build_wheel()`", pep517_backend.backend ); - if pep517_backend.backend_path.is_some() { - return Err(Error::InvalidSourceDist( - "backend-path is not supported yet".to_string(), - )); - } let script = formatdoc! { r#" {}