-
Notifications
You must be signed in to change notification settings - Fork 5
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 is deprecating fspath in favor of pathlib.Path #24
Comments
This was referenced Jan 16, 2023
Merged
It seems like a similar issue is remaining in pytest-cython 0.3.1:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for providing the package. It was just what I needed, and it "just worked"!
Similar to #3, running
pytest --doctest-cython
works, but gives the following warning:I tried the following as a quick fix, and it works. I just don't know if I'm breaking something else (like special handling for win32 paths). Also, it looks like there are other uses of fspath in
plugin.py
that may also need to be fixed.Info
Python 3.10.2
pytest 7.0.1
pytest-cov 3.0.0
pytest-cython 0.1.1.post0
pytest-randomly 3.11.0
The text was updated successfully, but these errors were encountered: