Skip to content

Commit

Permalink
Fix integration tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 6, 2021
1 parent 68f8cda commit 35e18e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn test_integration(package: impl AsRef<Path>, bindings: Option<String>) ->
let output = Command::new("virtualenv")
.arg("-p")
.arg(python_interpreter.executable.clone())
.arg(&venv_dir)
.arg(&adjust_canonicalization(&venv_dir))
.output()?;

if !output.status.success() {
Expand Down

0 comments on commit 35e18e9

Please sign in to comment.