We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5449d71 commit 5b71310Copy full SHA for 5b71310
osgtest/tests/test_380_cvmfs.py
@@ -96,7 +96,7 @@ def test_03_oasis_config(self):
96
self.debug_cvmfs(oasis_repo)
97
98
def test_04_singularity(self):
99
- core.skip_ok_unless_installed('singularity-runtime')
+ core.skip_ok_unless_installed('singularity-runtime', by_dependency=True)
100
core.skip_ok_unless_installed('cvmfs')
101
core.skip_ok_unless_installed('cvmfs-keys', by_dependency=True)
102
singularity_repo = 'singularity.opensciencegrid.org'
0 commit comments