summaryrefslogtreecommitdiff
path: root/tests/sources/no_fetch_cached.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/no_fetch_cached.py')
-rw-r--r--tests/sources/no_fetch_cached.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/no_fetch_cached.py b/tests/sources/no_fetch_cached.py
index 81032881c..f7b782424 100644
--- a/tests/sources/no_fetch_cached.py
+++ b/tests/sources/no_fetch_cached.py
@@ -20,7 +20,7 @@ DATA_DIR = os.path.join(
# Tests #
##################################################################
# Test that fetch() is not called for cached sources
-@pytest.mark.skipif(HAVE_GIT is False, reason="git is not available")
+@pytest.mark.xfail(HAVE_GIT is False, reason="git is not available")
@pytest.mark.datafiles(DATA_DIR)
def test_no_fetch_cached(cli, tmpdir, datafiles):
project = str(datafiles)