Some py.path.local -> pathlib.Path#8122
Conversation
RonnyPfannschmidt
left a comment
There was a problem hiding this comment.
i love what you did there 👍
- Some conftest related functions - _confcutdir - Allow arbitrary os.PathLike[str] in gethookproxy.
0dd8a64 to
ed658d6
Compare
|
Hello. We think that this PR broke cc @saimn |
|
Hi @pllim, This PR refactored some internal code, I see This PR changed that I believe changing that line to: collect_ignore = config._getconftest_pathlist("collect_ignore", path=Path(path).parent)Should fix that issue. 👍 |
|
Hmm... now it fails here: scientific-python/pytest-doctestplus#140 UPDATE: Looks like forcing |
No, that's the correct approach. Some background: we are in the process of changing internal functions to use We are sorry for the disruption that this might cause, but please bear with us. 👍 |
|
No worries and thanks for the timely help, @nicoddemus ! |
Config._confcutdiros.PathLike[str]ingethookproxy.