Skip to content

Commit

Permalink
skip unknown_package_name test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit committed Nov 4, 2024
1 parent 2f1e79b commit 66ba179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/workflows/python_pip/test_python_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ def test_must_resolve_local_dependency(self):
self.assertIn(f, output_files)

def test_must_resolve_unknown_package_name(self):
skipIf(
IS_WINDOWS and self.runtime == "python3.13", "Skip test as pip install infalte64 does not work on Windows"
)
self.builder.build(
self.source_dir,
self.artifacts_dir,
Expand Down

0 comments on commit 66ba179

Please sign in to comment.