Skip to content

Use default tox error for non-exsiting envs

Philip Loche requested to merge tox_nonexist into main

As @hejamu figured out in another discussion since version 4.9 tox will throw an error by default for a non-existing enviroment.

philiploche@Philips-MacBook-Air:~/repos/maicos$ tox -e tests2
ROOT: HandledError| provided environments not found in configuration file:
tests2 - did you mean tests?

There is even a suggestion 😃. I think we can remove our custom snippet and bump the version.

Merge request reports