Skip to content

Commit

Permalink
🧪 flaky windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Jan 10, 2024
1 parent 9c4f1e6 commit a3c869a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
and external tools (pip-tools / pip).
"""

import sys
from typing import Dict, Type

import hatch
Expand All @@ -21,6 +22,7 @@
match_major, hatch_minor, _ = hatch.__about__.__version__.split(".")


@pytest.mark.skipif(sys.platform == "win32", reason="Windows flaky test")
@pytest.mark.parametrize("installer", ["pip", "pip-sync"])
def test_new_dependency(
installer: str, installer_dict: Dict[str, Type[PluginInstaller]], pip_compile: PipCompileFixture
Expand Down

0 comments on commit a3c869a

Please sign in to comment.