Conversation
|
Images are ready for the commit at 02de7e7. To use with deploy scripts, first |
1 similar comment
|
Images are ready for the commit at 02de7e7. To use with deploy scripts, first |
|
@mclasmeier: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Doesn't seem to work |
|
@porridge We plan to merge a different PR for this. But out of curiosity, could you elaborate on what you have tried exactly to trigger this error? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14243 +/- ##
==========================================
- Coverage 49.08% 49.04% -0.04%
==========================================
Files 2512 2514 +2
Lines 182676 182871 +195
==========================================
+ Hits 89666 89698 +32
- Misses 85890 86051 +161
- Partials 7120 7122 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I just copy/pasted this from CI (GHA). |
|
This PR is superseded by #14257 (review). It is more conservative wrt version bumps, hence the hope is that GHA will also be happy. |
Description
Just a
pytestversion bump in therequirements-gha.txtfile and removal ofpytestfrom therequirements.infile plus regeneration of files according to the README.Description of a nix environment is provided, use
nix-shellto enter it.Within this environment you can execute e.g. the
pip-compilecommands.User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!