There was an error while loading. Please reload this page.
1 parent 69fe52b commit cbded0bCopy full SHA for cbded0b
1 file changed
irods_consortium_continuous_integration_test_hook.py
@@ -9,7 +9,6 @@
9
10
def install_test_prerequisites():
11
irods_python_ci_utilities.subprocess_get_output(['sudo', 'python3', '-m', 'pip', 'install', 'boto3', '--upgrade'], check_rc=True)
12
- irods_python_ci_utilities.subprocess_get_output(['sudo', '-EH', 'python3', '-m', 'pip', 'install', 'unittest-xml-reporting==1.14.0'])
13
14
def main():
15
parser = optparse.OptionParser()
0 commit comments