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

chore: use python3.10 for tests #393

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Conversation

vchudnov-g
Copy link
Contributor

No description provided.

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Aug 12, 2024
@vchudnov-g vchudnov-g requested review from parthea and dandhlee August 12, 2024 22:44
@vchudnov-g vchudnov-g marked this pull request as ready for review August 12, 2024 22:44
@vchudnov-g vchudnov-g requested review from a team as code owners August 12, 2024 22:44
@vchudnov-g
Copy link
Contributor Author

#294 does not appear to have been enough.

tox.ini Outdated
@@ -12,10 +12,10 @@ commands =
deps =
{[testenv]deps}
commands =
python3 -m pytest tests
python3.10 -m pytest tests
Copy link
Collaborator

@dandhlee dandhlee Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of specifying them here, we can globally set them like this

[tox]
envlist = 
    tests
    py310

@dandhlee
Copy link
Collaborator

Ah, the issue with tests not running is because GH actions is not automatically triggering them, not because of versions issue.

@vchudnov-g
Copy link
Contributor Author

Ah, the issue with tests not running is because GH actions is not automatically triggering them, not because of versions issue.

So we should undraft #340 then, right?

@dandhlee
Copy link
Collaborator

Yes, just the ci.yaml file though - and I remember we had updated guidelines on being able to invoke that recently.

Copy link
Collaborator

@dandhlee dandhlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine to update this file for now. Thank you!

@vchudnov-g vchudnov-g merged commit 28ddb34 into main Aug 19, 2024
8 checks passed
@vchudnov-g vchudnov-g deleted the vchudnov-g-python3.10-for-docs branch August 19, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants