Skip to content

Commit

Permalink
test_thin: skip test if virtualenv binary is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Mar 13, 2024
1 parent 016080b commit 3831fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/utils/test_thin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,9 @@ def test_pack_alternatives_empty_dependencies(self):
assert [x for x in calls if "{}".format(_file) in x[-2]]

@pytest.mark.slow_test
@pytest.mark.skip_if_binaries_missing(
"virtualenv", reason="Needs virtualenv binary"
)
@pytest.mark.skip_on_windows(reason="salt-ssh does not deploy to/from windows")
def test_thin_dir(self):
"""
Expand Down

0 comments on commit 3831fbb

Please sign in to comment.