From 37d9dfb8f2f94edbabb6fbbe3d2e862832ffd1b3 Mon Sep 17 00:00:00 2001 From: Derek D Date: Thu, 1 Feb 2024 10:40:50 +0000 Subject: [PATCH] Adding python-irodsclient in test hook. --- irods_consortium_continuous_integration_test_hook.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irods_consortium_continuous_integration_test_hook.py b/irods_consortium_continuous_integration_test_hook.py index b2b71ab..93ccc34 100644 --- a/irods_consortium_continuous_integration_test_hook.py +++ b/irods_consortium_continuous_integration_test_hook.py @@ -28,6 +28,8 @@ def main(): ) ) + irods_python_ci_utilities.subprocess_get_output(['python3', '-m', 'pip', 'install', 'python-irodsclient==1.1.9'], check_rc=True) + test = options.test or 'test_rule_engine_plugin_metadata_guard' try: