This is not ideal, but at the moment I decided to create runtests.py, which colleagues can use to run tests, following the suggestion in pytest docs . It loses some of the features that I wanted to keep in setup.cfg(but then can also be turned off when I do more focused testing), but at least it gives me something that others can use to easily run tests.
source
share