Skip to content

[integ-tests-framework] Use Lazy import of dependencies in reports_generator#7312

Open
hanwen-cluster wants to merge 2 commits intoaws:release-3.15from
hanwen-cluster:release-3.15
Open

[integ-tests-framework] Use Lazy import of dependencies in reports_generator#7312
hanwen-cluster wants to merge 2 commits intoaws:release-3.15from
hanwen-cluster:release-3.15

Conversation

@hanwen-cluster
Copy link
Copy Markdown
Contributor

Description of changes

Sometimes, only a few functions in reports_generator.py are called by a environment, which doesn't have to have all Python dependencies installed

Tests

  • test will run after the PR is merge

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…nerator

Sometimes, only a few functions in reports_generator.py are called by a environment, which doesn't have to have all Python dependencies installed
@hanwen-cluster hanwen-cluster requested review from a team as code owners March 25, 2026 15:33
@hanwen-cluster hanwen-cluster added the skip-changelog-update Disables the check that enforces changelog updates in PRs label Mar 25, 2026
@hanwen-cluster hanwen-cluster enabled auto-merge (rebase) March 31, 2026 20:11
@gmarciani
Copy link
Copy Markdown
Contributor

This is a short term solution to prevent alarms.
The long term solution is to remove the dependency on SUPPORTED_OS constant and install pandas and other dependencies in Jenkins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog-update Disables the check that enforces changelog updates in PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants