mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
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:
parent
252d53e83a
commit
bf9e9daa39
3 changed files with 12 additions and 10 deletions
|
@ -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()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue