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

tox result is strange #47

Closed
ThomasWaldmann opened this issue Nov 3, 2018 · 3 comments
Closed

tox result is strange #47

ThomasWaldmann opened this issue Nov 3, 2018 · 3 comments

Comments

@ThomasWaldmann
Copy link
Contributor

ThomasWaldmann commented Nov 3, 2018

  py25: commands succeeded  # no python2.5 on my system
  py26: commands succeeded  # no python2.6 on my system
  py27: commands succeeded  # ok
  py30: commands succeeded  # no python3.0 on my system
  py31: commands succeeded  # no python3.1 on my system
  py32: commands succeeded  # no python3.2 on my system
  py33: commands succeeded  # no python3.3 on my system
ERROR:  py34: InterpreterNotFound: python3.4  # ok
ERROR:  py35: InterpreterNotFound: python3.5  # ok
  py36: commands succeeded  # ok
ERROR:  jython: InterpreterNotFound: jython  # ok

So it says "succeeded" although there was no such python interpreter...

@christopherpickering
Copy link

In your tox config do you have skip_missing_interpreters = True?

@ThomasWaldmann
Copy link
Contributor Author

@davidism can you link to the fix changeset?

@davidism
Copy link
Member

#72

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants