We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da1533 commit 6c44dc0Copy full SHA for 6c44dc0
tests/cachekey/cachekey.py
@@ -71,13 +71,8 @@
71
)
72
73
74
-# The cache key test uses a project which exercises all plugins,
75
-# so we cant run it at all if we dont have them installed.
76
-#
77
@pytest.mark.skipif(MACHINE_ARCH != "x86-64", reason="Cache keys depend on architecture")
78
@pytest.mark.skipif(not IS_LINUX, reason="Only available on linux")
79
-@pytest.mark.skipif(HAVE_BZR is False, reason="bzr is not available")
80
-@pytest.mark.skipif(HAVE_GIT is False, reason="git is not available")
81
@pytest.mark.datafiles(DATA_DIR)
82
def test_cache_key(datafiles, cli):
83
project = str(datafiles)
0 commit comments