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

[PoC] Possible improvements for robust SDK testing #92

Closed

Conversation

kossman
Copy link
Contributor

@kossman kossman commented Jan 27, 2025

Rationale

To make more robust and stable software, we can add automated tests for corva python SDK on different Python versions to make sure that SDK works well with apps written on py3.8...3.11
To be honest, after some research, I've noticed that we have all 3.8 | 3.9 | 3.10 | 3.11 Python versions used for apps 😨

Changes

  • GitHub workflow matrix used
  • pytest version bumped from 6.1.2 to 6.2.5 to fix described here issue

[JIRA ticket](put the link to the corresponding JIRA ticket here)

TODO

  • Update CHANGELOG.md

…py3.10+; added python version matrix for running CI checks for listed py versions
@kossman kossman self-assigned this Jan 27, 2025
@kossman
Copy link
Contributor Author

kossman commented Feb 7, 2025

Similar changes will be added in scope of another PR

@kossman kossman closed this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant