Skip to content
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

👷 Fix template mutation testing job #828

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

TeoZosa
Copy link
Owner

@TeoZosa TeoZosa commented Nov 21, 2022

WHAT

Downgrade mutation testing CI job Python version to 3.10

WHY

Running in Python 3.11 throws transitive dependency errors on mutation testing exit:

  File "/app/structlog-sentry-logger/.tox/mutmut/lib/python3
  .11/site-packages/pony/orm/decompiling.py", line 196, in get_instructions
    arg = [code.co_names[oparg]]

Transitive dependency errors on mutation testing exit:
```
  File "/app/structlog-sentry-logger/.tox/mutmut/lib/python3
  .11/site-packages/pony/orm/decompiling.py", line 196, in get_instructions
    arg = [code.co_names[oparg]]
```
@TeoZosa TeoZosa self-assigned this Nov 21, 2022
@TeoZosa TeoZosa added the ci Changes to CI configuration files and scripts label Nov 21, 2022
@TeoZosa TeoZosa merged commit 4e1331a into master Nov 21, 2022
@TeoZosa TeoZosa deleted the cookiecutter/ci/fix/mutation-testing-job branch November 21, 2022 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to CI configuration files and scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant