Skip to content

Commit 6c44dc0

Browse files
committed
tests/cachekey: Cache key tests in core no longer depends on plugins
1 parent 1da1533 commit 6c44dc0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/cachekey/cachekey.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,8 @@
7171
)
7272

7373

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-
#
7774
@pytest.mark.skipif(MACHINE_ARCH != "x86-64", reason="Cache keys depend on architecture")
7875
@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")
8176
@pytest.mark.datafiles(DATA_DIR)
8277
def test_cache_key(datafiles, cli):
8378
project = str(datafiles)

0 commit comments

Comments
 (0)