Skip to content

Commit 5b71310

Browse files
committed
make singularity-runtime check by dependency (SOFTWARE-3532)
singularity 3.0.2 gets rid of the singularity-runtime package, but provides it in the singularity base package
1 parent 5449d71 commit 5b71310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_380_cvmfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_03_oasis_config(self):
9696
self.debug_cvmfs(oasis_repo)
9797

9898
def test_04_singularity(self):
99-
core.skip_ok_unless_installed('singularity-runtime')
99+
core.skip_ok_unless_installed('singularity-runtime', by_dependency=True)
100100
core.skip_ok_unless_installed('cvmfs')
101101
core.skip_ok_unless_installed('cvmfs-keys', by_dependency=True)
102102
singularity_repo = 'singularity.opensciencegrid.org'

0 commit comments

Comments
 (0)