Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit c1cd8fd

Browse files
committed
Fix linux
1 parent 136807e commit c1cd8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/monotrail-utils/src/standalone_python.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ mod test {
337337
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
338338
fn test_provision_nonexistent_version() {
339339
let _mocks = mock();
340-
let tempdir = tempdir().unwrap();
340+
let tempdir = tempfile::tempdir().unwrap();
341341
let err = provision_python((3, 0), tempdir.path()).unwrap_err();
342342
let expected = vec![
343343
r"Couldn't find a matching python 3.0 to download",

0 commit comments

Comments
 (0)