Backend path is supported (#405)

The check is outdated now
This commit is contained in:
konsti
2023-11-13 09:19:20 +01:00
committed by GitHub
parent beadd3274a
commit fa423b8751
-5
View File
@@ -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#"
{}