Tox 3 vs Tox 4: Tox 4 doesn't need pyproject.toml anymore? What changed? #3296
-
I was reading the book Python Testing with Pytest, which I think it uses tox 3. How come running in hello.py
test_hello.py
tox_bad.ini
Running
Running |
Beta Was this translation helpful? Give feedback.
Answered by
gaborbernat
Jun 18, 2024
Replies: 1 comment 1 reply
-
Because we default to package skip if file is missing https://github.com/tox-dev/tox/blob/main/src/tox/tox_env/python/virtual_env/runner.py#L36 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gaborbernat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because we default to package skip if file is missing https://github.com/tox-dev/tox/blob/main/src/tox/tox_env/python/virtual_env/runner.py#L36