Skip to content

Commit

Permalink
chore: make ansible test serial (#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb authored Sep 6, 2024
1 parent 1a6fd6f commit 8b99980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unittests/config/test_cc_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def test_deps(self, m_which):
"""assert exception not raised if package installed"""
cc_ansible.AnsiblePullDistro(get_cloud().distro).check_deps()

@mark.serial
@mock.patch(M_PATH + "subp.subp", return_value=("stdout", "stderr"))
@mock.patch(M_PATH + "subp.which", return_value=False)
def test_pip_bootstrap(self, m_which, m_subp):
Expand Down

0 comments on commit 8b99980

Please sign in to comment.