Skip to content

Commit

Permalink
Merge pull request #668 from messense/fix-windows-tests
Browse files Browse the repository at this point in the history
Fix integration tests on Windows
  • Loading branch information
messense authored Nov 6, 2021
2 parents 68f8cda + 35e18e9 commit 0dee405
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 0dee405

Please sign in to comment.