Closed dboitnot closed 1 month ago
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.
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.