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.
2 parents 43a7d19 + db47cae commit 3bab07eCopy full SHA for 3bab07e
osgtest/tests/special_install.py
@@ -32,7 +32,7 @@ def test_02_install_packages(self):
32
33
# FIXME: Install slurm out of contrib if we're running 'All' tests until
34
# SOFTWARE-1733 gives us a generalized solution
35
- if 'osg-tested-internal' in pkg_repo_dict:
+ if 'osg-tested-internal' in pkg_repo_dict or 'slurm' in pkg_repo_dict:
36
pkg_repo_dict.update(dict((x, ['osg-development']) for x in core.SLURM_PACKAGES))
37
38
for pkg, repos in pkg_repo_dict.items():
0 commit comments