pyproject.toml: remove src from testpaths#201
Conversation
|
Thank you very much @mtelka. Let's think about this a bit better. Removing |
|
It wasn't there before, though? |
|
How are we running doctests? Pytest doesn't just natively run them. Adding |
|
The doctest is run via separate pytest invocation. |
|
Ahh, the |
We might be running twice then, as we do pass I am OK with this approach (thank you very much for investigating!), but it would be nice to understand why that configuration seemly disconnected is causing the problem. Are we sure that we are not simply removing a side-effect instead of finding the root cause? |
If I remember it well, the point of passing |
|
Closing in favor of #203. |
To fix regression introduced a month ago.
Fixes #200.