Skip to content

Commit

Permalink
[#275] Test hook: Remove unnecessary unittest-xml-reporting installation
Browse files Browse the repository at this point in the history
We do not need to install this old version of unittest-xml-reporting.
The testing environment installs unittest-xml-reporting and the version
being installed there does not cause problems in newer versions of
python (3.11+) like this old version does.
  • Loading branch information
alanking committed Aug 6, 2024
1 parent 5c44ea2 commit a71d6ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions irods_consortium_continuous_integration_test_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ def main():
os_specific_directory = irods_python_ci_utilities.append_os_specific_directory(built_packages_root_directory)

if args.do_setup:
irods_python_ci_utilities.subprocess_get_output(['sudo', '-EH', 'python3', '-m', 'pip', 'install', 'unittest-xml-reporting==1.14.0'])

irods_python_ci_utilities.install_os_packages_from_files(
glob.glob(os.path.join(os_specific_directory,
f'irods-rule-engine-plugin-unified-storage-tiering*.{package_suffix}')
Expand Down

0 comments on commit a71d6ea

Please sign in to comment.