-
Notifications
You must be signed in to change notification settings - Fork 52
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
pytest watch seems to fail when pyproject.toml is used as a config file #114
Comments
any updates? |
Same problem here. |
Faced the same issue and investigated my anytime you have
I change to (note the 4 spaces)
PTW works like a charm |
folks how can one simple mortal format a file in a way where this does not happen but you keep your pytest config on your pyproject.toml? |
btw moving pytest configuration form pyproject.toml to pytest.ini did the trick but I would prefer to not have extra config files |
As we can see in the trace, this tool only implements parsing using the configparser — it assumes pytest config are only ini files. What I see the next steps are for pytest-watch to stop bootstrapping off of @joeyespo Any interest of accepting contributions to this? |
For anyone who is looking for a working and maintained alternative to |
When pytest config is stored in
pyproject.toml
:This works when the pytest config in
pyproject.toml
is removedThe text was updated successfully, but these errors were encountered: