-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Description
Describe the bug
Maybe not a real bug but more an issue I came across when I looked at how our tests are run in CI pipeline:
- core: here we have a matrix covering Python versions from 3.9 - 3.12
- community modules: we have a matrix without real purpose covering only Python version 3.11
So looking at pyproject.toml I guess we want to support Python versions from 3.9 - 4.0, so our pipeline needs to reflect this.
I also see that we do not pin the versions of our Ubuntu runners. I would say it's a better practice to pin version to get predictable CI results.
Also I am scratching my head what purpose that make file still serves there. I see no need to use it in the pipeline jobs.
Also we use coverage, but are not doing anything with that test coverage data.
I could spend some time fixing this up. But I would be very grateful for some feedback and thoughts. Not so sure if I miss something here.
Metadata
Metadata
Assignees
Labels
No labels