Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nolar
Copy link
Owner

@nolar nolar commented Nov 4, 2025

No description provided.

@nolar nolar added the automation CI/CD: testing, linting, releasing automatically label Nov 4, 2025
@nolar nolar force-pushed the upgrades branch 4 times, most recently from 7953db7 to 6715611 Compare November 4, 2025 22:03
nolar added 7 commits November 4, 2025 23:16
If `--dev` is stored as a specific value of another variable (`priority`), and that variable has he env var defined (`KOPF_RUN_PRIORITY`), that value is lost, and the default value of `dev=None` overrides it.

To solve it, separate `--dev` into its own variable and set the specific value directly in code.

Signed-off-by: Sergey Vasilyev <[email protected]>
Signed-off-by: Sergey Vasilyev <[email protected]>
Signed-off-by: Sergey Vasilyev <[email protected]>
Signed-off-by: Sergey Vasilyev <[email protected]>
Signed-off-by: Sergey Vasilyev <[email protected]>
The overall run becomes too slow, exceeds the 5 minute limit (takes about 6-7 mins locally), and then anyway fails with this error coming from `coverage`:

```
INTERNALERROR>     if not hasattr(self.code, attr):
INTERNALERROR>            ~~~~~~~^^^^^^^^^^^^^^^^^
INTERNALERROR> DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
………
INTERNALERROR> coverage.exceptions.CoverageWarning: Couldn't parse '/Users/nolar/src/kopf/kopf/__init__.py': co_lnotab is deprecated, use co_lines instead. (couldnt-parse)
```

Signed-off-by: Sergey Vasilyev <[email protected]>
@nolar nolar enabled auto-merge November 4, 2025 22:17
@nolar nolar merged commit 338810b into main Nov 4, 2025
25 checks passed
@nolar nolar deleted the upgrades branch November 4, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation CI/CD: testing, linting, releasing automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants