We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The paths to sh and bash are hard-coded into these tests:
sh
bash
poetry run tox in any environment where sh and bash aren't under /bin
poetry run tox
/bin
Tests should pass.
The tests listed above fail.
The text was updated successfully, but these errors were encountered:
e344f2d
dboitnot
Successfully merging a pull request may close this issue.
Subject of the issue
The paths to
sh
andbash
are hard-coded into these tests:Your environment
Steps to reproduce
poetry run tox
in any environment wheresh
andbash
aren't under/bin
Expected behaviour
Tests should pass.
Actual behaviour
The tests listed above fail.
The text was updated successfully, but these errors were encountered: