[9] Move the Network group over to the tox gen script#3979
[9] Move the Network group over to the tox gen script#3979sentrivana merged 19 commits intomasterfrom
Conversation
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
| fail-fast: false | ||
| matrix: | ||
| python-version: ["3.8","3.9","3.11","3.12","3.13"] | ||
| python-version: ["3.9","3.12","3.13"] |
There was a problem hiding this comment.
Should we be concerned that tests for 3.8 and 3.11 are gone?
There was a problem hiding this comment.
Same reply as in the other PRs -- we're shrinking the Latest group by taking stuff out of it. So this is ok. It's all moving into the Pinned group instead.
|
|
||
|
|
||
| # ~~~ Network ~~~ | ||
| {py3.7,py3.8}-grpc-v1.32.0 |
There was a problem hiding this comment.
In the .github/workflows, we don't have either of these Python versions. Is that because the line changed in this PR is for the latest tests?
There was a problem hiding this comment.
Yes, you have to look at Python versions in the Pinned group instead, that's what gets generated by this script.
requests,grpcfrom the tox templatepopulate_tox.pypopulate_tox.pyto fill in entries for themsplit_gh_tox_actions.pyto generate the CI yaml files so that they correspond to the new tox.iniThe remaining integrations in this group are not trivial to port to the script, I'll do this step by step in follow-up PRs.