-
Notifications
You must be signed in to change notification settings - Fork 49
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
Enhancement/Action tests #292
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well Done @brunoocasali thank again to take care of this repo ❤️
LGTM!
bors merge |
292: Enhancement/Action tests r=alallema a=brunoocasali Fixes #290 I think we can keep the last three minor releases of Python. This PR adds those last three minors to `unit_tests` and `integration_tests` actions. The linter action runs only against the python version we have in the final docker image. Co-authored-by: Bruno Casali <brunoocasali@gmail.com> Co-authored-by: Amélie <alallema@users.noreply.github.com>
Timed out. |
bors merge |
292: Enhancement/Action tests r=brunoocasali a=brunoocasali Fixes #290 I think we can keep the last three minor releases of Python. This PR adds those last three minors to `unit_tests` and `integration_tests` actions. The linter action runs only against the python version we have in the final docker image. Co-authored-by: Bruno Casali <brunoocasali@gmail.com> Co-authored-by: Amélie <alallema@users.noreply.github.com>
Timed out. |
bors merge |
292: Enhancement/Action tests r=bidoubiwa a=brunoocasali Fixes #290 I think we can keep the last three minor releases of Python. This PR adds those last three minors to `unit_tests` and `integration_tests` actions. The linter action runs only against the python version we have in the final docker image. Co-authored-by: Bruno Casali <brunoocasali@gmail.com> Co-authored-by: Amélie <alallema@users.noreply.github.com>
Timed out. |
We could try to run the tests locally on a python 3.8 environment |
Python 3.8 was removed from the test matrix, but it's still required in the |
well spotted @sanders41 thanks! |
bors merge |
Fixes #290
I think we can keep the last three minor releases of Python. This PR adds those last three minors to
unit_tests
andintegration_tests
actions.The linter action runs only against the python version we have in the final docker image.