-
Notifications
You must be signed in to change notification settings - Fork 91
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
New Python 3.9's is_relative_to(), readlink() and with_stem() do not work if pathlib2
is installed
#592
Comments
Thanks - actually, |
I am running pyfakefs 4.4.0 with Python 3.9.3 (on macos 10.14.6). If I run:
I get the message:
|
Test for
that prints:
I hope that it can help you. |
Thank you, I will have a look! |
I could not reproduce this. I added your test ( |
I think that this issue could be related to After uninstalling Unfortunately, |
I see... I have been thinking about I'm thinking about removing support for |
I am using latest version (WxPython 4.1.1). I imagine that WxPython or pip installs And, as you stated, Anyway, I have removed Perhaps, in long term, the best solution for you is to remove the support for Thanks a lot. |
Thank you! I'm seriously considering to remove |
Thank you for your help, @mrbean-bremen. It is always a pleasure speaking with you. |
- pathlib2 is now considered to have the same functionality as pathlib - fixes broken new pathlib functionality if pathlib2 is installed - see pytest-dev#592
…idered to have the same functionality as pathlib - fixes broken new pathlib functionality if pathlib2 is installed - see #592
@JD-Veiga - I did not remove |
pathlib2
is installed
It works fine. Thanks again. |
Hi,
I have noticed that the new Python 3.9's
is_relative_to()
,readlink()
andwith_stem()
methods have not been ported to pyfakefs yet.Just in case. I really know that following the pace of Python's new features has been increasingly difficult.
Thank you.
The text was updated successfully, but these errors were encountered: