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

Declare explicit target environments for tox #59

Merged
merged 4 commits into from
Oct 28, 2022

Conversation

SnoopJ
Copy link
Collaborator

@SnoopJ SnoopJ commented Oct 28, 2022

As mentioned on #58, this is a PR to update tox.ini to include an explicit list of target environments for unicodedata2

Note that there is a skip_missing_interpreters option (--skip-missing-interpreters on the command-line) that "skips" any missing versions, but unfortunately setting this option causes a success message to be emitted for those versions, so I've left it out of this changeset. I'm wrong about skip_missing_interpreters, not sure why I saw the behavior that I did, but having difficulty reproducing it now. Adding to this PR.

@SnoopJ SnoopJ changed the title Feature/update tox targets Declare explicit target environments for tox Oct 28, 2022
README.md Outdated
Without any options, `tox` will run the tests against the current python version where
`tox` itself was installed:
Without any options, `tox` will run the tests against all of the library's
target Python versions, which will cause an error if one of those versions is
Copy link
Member

Choose a reason for hiding this comment

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

you mean it does not cause an error...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops, yes, I forgot to change that

@anthrotype
Copy link
Member

I'm wrong about skip_missing_interpreters

my understanding is that the option prevent tox from exiting with a non-zero error status when any of the interpreters is missing

@anthrotype
Copy link
Member

anyway this is only ever relevant when running tox locally, because on the CI we call pytest directly as far as I can tell

@anthrotype anthrotype merged commit a7ef92c into fonttools:master Oct 28, 2022
@anthrotype
Copy link
Member

thank you

@SnoopJ SnoopJ deleted the feature/update-tox-targets branch October 28, 2022 20:33
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.

2 participants