[Pytest-commit] Issue #633: Disable configuration discovery / lookup (setup.cfg, pytest.ini, ...) (hpk42/pytest)

Alexandre Conrad issues-reply at bitbucket.org
Fri Nov 21 20:18:49 CET 2014


New issue 633: Disable configuration discovery / lookup (setup.cfg, pytest.ini, ...)
https://bitbucket.org/hpk42/pytest/issue/633/disable-configuration-discovery-lookup

Alexandre Conrad:

I didn't find a way to disable configuration discovery, is this possible? I was thinking about something like this:

```
$ py.test --no-config-lookup
```

This would basically run a vanilla py.test as if no configuration files were found. If that sounds useful, I would imagine it being trivial to skip configuration discovery and would be willing to submit a PR. Pointers would help.




More information about the pytest-commit mailing list