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

testing suite is broken when there are no old python versions in the path #406

Open
PhilTaken opened this issue Nov 22, 2023 · 0 comments
Open

Comments

@PhilTaken
Copy link
Member

λ ❱ bin/tox
py36 create: /<redacted>/flyingcircusio/batou/.tox/py36
SKIPPED: InterpreterNotFound: python3.6
py37 create: /<redacted>/flyingcircusio/batou/.tox/py37
SKIPPED: InterpreterNotFound: python3.7
py38 create: /<redacted>/flyingcircusio/batou/.tox/py38
SKIPPED: InterpreterNotFound: python3.8
py39 create: /<redacted>/flyingcircusio/batou/.tox/py39
SKIPPED: InterpreterNotFound: python3.9
pre-commit create: /<redacted>/flyingcircusio/batou/.tox/pre-commit
SKIPPED: InterpreterNotFound: python3.9
______________________ summary ______________________
SKIPPED:  py36: InterpreterNotFound: python3.6
SKIPPED:  py37: InterpreterNotFound: python3.7
SKIPPED:  py38: InterpreterNotFound: python3.8
SKIPPED:  py39: InterpreterNotFound: python3.9
SKIPPED:  pre-commit: InterpreterNotFound: python3.9
  congratulations :)
λ ❱

after a fresh ./develop.sh

relevant python versions in my path:

λ ❱ ls -H $PATH 2>/dev/null | grep python
nvim-python3
python
python-config
python3
python3-config
python3.10
python3.10-config
python3
λ ❱

I propose the test suite should fall back to python or python3 if the above versions are not found

@PhilTaken PhilTaken changed the title testing suite is broken when there are no old python version in the path testing suite is broken when there are no old python versions in the path Nov 22, 2023
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

No branches or pull requests

1 participant