summaryrefslogtreecommitdiff
path: root/tests/testutils/repo/git.py
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2019-10-09 10:56:29 +0100
committerBenjamin Schubert <contact@benschubert.me>2019-10-09 10:56:29 +0100
commitb1b0d28e5051a78cd7b04fe70ed9dffb1f62069f (patch)
tree3fcb14c9b33ead2cd5913498b0dfce58247ae78d /tests/testutils/repo/git.py
parentb592cb85c7e8f3580e75dff531d44ec1bed84dc1 (diff)
downloadbuildstream-b1b0d28e5051a78cd7b04fe70ed9dffb1f62069f.tar.gz
Diffstat (limited to 'tests/testutils/repo/git.py')
-rw-r--r--tests/testutils/repo/git.py2
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 = {}