Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Dec 2, 2024
1 parent 6c6182d commit 42cc2dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ async fn test_noarch_python(options: Options) {
.await
.unwrap();

#[cfg(not(unix))]
let required_fs_objects = vec![
"Lib\\site-packages\\setuptools\\__init__.py",
"Lib\\site-packages\\pkg_resources\\__init__.py",
];
#[cfg(unix)]
let required_fs_objects = vec![
"lib/python3.13/site-packages/setuptools/__init__.py",
"lib/python3.13/site-packages/pkg_resources/__init__.py",
Expand Down

0 comments on commit 42cc2dc

Please sign in to comment.