-
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
Python 3.7 tests are broken #508
Comments
Thanks! We didn't notice this due to an older Python 3.7 version used in the Travis tests. |
- copied original versions from _PosixFlavour/_WindowsFlavour into respective fake classes - use newest available Python version in Travis builds - see #508
- copied original versions from _PosixFlavour/_WindowsFlavour into respective fake classes - use newest available Python version in Travis builds - see #508
For reference - this has been introduced in |
Fixed in master and 3.7.1 branch, added new 3.7.1 PyPi release. |
- copied original versions from _PosixFlavour/_WindowsFlavour into respective fake classes - use newest available Python version in Travis builds - see #508
Describe the bug
Packaging this for nixpkgs, and noticed the python3.7 test suite is broken with the following error:
Error log
It's also only failing on 3.7. 2.7,3.5,3.6,3.8 all seem to pass fine.
How To Reproduce
Your enviroment
Please run the following and paste the output.
pyfakefs 3.7
The text was updated successfully, but these errors were encountered: