-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: introduce nox to tun tests in isolated environments #17404
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
@harshach yes |
Describe your changes:
Introduce nox to run the test in isolated environments. This is critical to validate our dependencies and plugins are independent of each other (example: the postgres plugin does require boto3)
Manual actions: https://github.com/open-metadata/OpenMetadata/actions/workflows/py-tests.yml?query=branch%3Aadd-tox+event%3Aworkflow_dispatch
Requires
TODO
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>