Skip to content

Commit

Permalink
[#70] Do not install unittest-xml-reporting==1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FifthPotato authored and alanking committed Aug 16, 2024
1 parent 69fe52b commit cbded0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion irods_consortium_continuous_integration_test_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

def install_test_prerequisites():
irods_python_ci_utilities.subprocess_get_output(['sudo', 'python3', '-m', 'pip', 'install', 'boto3', '--upgrade'], check_rc=True)
irods_python_ci_utilities.subprocess_get_output(['sudo', '-EH', 'python3', '-m', 'pip', 'install', 'unittest-xml-reporting==1.14.0'])

def main():
parser = optparse.OptionParser()
Expand Down

0 comments on commit cbded0b

Please sign in to comment.