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

Test: use tox4 to run the tests #244

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Test: use tox4 to run the tests #244

wants to merge 2 commits into from

Conversation

humitos
Copy link
Member

@humitos humitos commented Jul 31, 2024

Define https://tox.wiki/en/4.16.0/config.html#skip_missing_interpreters so when running on CircleCI it only runs the environments for the Python versions we have defined.

Closes #243

Define https://tox.wiki/en/4.16.0/config.html#skip_missing_interpreters so when
running on CircleCI it only runs the environments for the Python versions we
have defined.
@humitos humitos requested a review from a team as a code owner July 31, 2024 13:32
@humitos humitos requested a review from stsewd July 31, 2024 13:32
@humitos
Copy link
Member Author

humitos commented Jul 31, 2024

This approach could work. However, CircleCI images contain more than 1 Python version. This job https://app.circleci.com/pipelines/github/readthedocs/sphinx-notfound-page/317/workflows/74d3a857-361d-4e05-880c-62325eac77ac/jobs/1685 executes Python 3.9 and 3.10 😞

  py39-sphinx5: OK (16.12=setup[10.67]+cmd[5.45] seconds)
  py39-sphinx6: OK (15.69=setup[9.87]+cmd[5.83] seconds)
  py39-sphinx7: OK (15.78=setup[10.27]+cmd[5.50] seconds)
  py310-sphinx5: OK (14.36=setup[9.11]+cmd[5.25] seconds)
  py310-sphinx6: OK (14.14=setup[8.88]+cmd[5.26] seconds)
  py310-sphinx7: OK (15.18=setup[9.84]+cmd[5.35] seconds)
  py310-sphinx8: OK (15.09=setup[9.13]+cmd[5.96] seconds)
  py310-sphinxlatest: OK (15.81=setup[10.42]+cmd[5.39] seconds)
  py310-sphinxdev: OK (17.88=setup[11.55]+cmd[6.33] seconds)

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.

Update test suite to use Tox5
1 participant