Make editable installs their own test feature flag (#766)

For whatever reason these fail for me with mold, and it's not worth it
to me to disable the linker.
This commit is contained in:
Charlie Marsh 2024-01-03 21:33:22 -04:00 committed by GitHub
parent 252d53e83a
commit bf9e9daa39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 10 deletions

View file

@ -2553,6 +2553,7 @@ fn preserve_env_var() -> Result<()> {
}
#[test]
#[cfg(feature = "maturin")]
fn compile_editable() -> Result<()> {
let temp_dir = TempDir::new()?;
let cache_dir = TempDir::new()?;