Skip to content

Commit ec3413f

Browse files
committed
fix: symlink libpython doesn't work for statically linked python
1 parent 7bea946 commit ec3413f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run/runner/valgrind/helpers/venv_compat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ mod tests {
5353

5454
#[test]
5555
fn test_venv_compat_no_crash() {
56-
assert!(symlink_libpython(None).is_ok());
56+
let _ = symlink_libpython(None);
5757
}
5858
}

0 commit comments

Comments
 (0)