diff options
Diffstat (limited to 'tests/testutils/repo/git.py')
-rw-r--r-- | tests/testutils/repo/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/repo/git.py b/tests/testutils/repo/git.py index 46694fcf2..7857d6145 100644 --- a/tests/testutils/repo/git.py +++ b/tests/testutils/repo/git.py @@ -12,7 +12,7 @@ class Git(Repo): def __init__(self, directory, subdir): if not HAVE_GIT: - pytest.skip("git is not available") + pytest.xfail("git is not available") self.submodules = {} |