https://github.com/jmcgeheeiv/pyfakefs
Revision 2ee83a335fac2e9f185f84ee52cf5d6139bac89d authored by mrbean-bremen on 10 February 2022, 20:44:23 UTC, committed by mrbean-bremen on 13 February 2022, 19:51:56 UTC
- avoids the use of FakePathLibPath in pathlib
- add _pytest.pathlib to skipped modules,
  fake isinstance check for RealPathlibPathModule
- prevents issue with _pytest.pathlib in pytest 7.0.0,
  which would cause all tests with fs fixture to fail
- see #666
1 parent a96bdbb
History
Tip revision: 2ee83a335fac2e9f185f84ee52cf5d6139bac89d authored by mrbean-bremen on 10 February 2022, 20:44:23 UTC
Use RealPathlibModule for all skipped modules
Tip revision: 2ee83a3
File Mode Size
.github
docs
pyfakefs
.gitignore -rw-r--r-- 196 bytes
CHANGES.md -rw-r--r-- 34.6 KB
CONTRIBUTING.md -rw-r--r-- 3.3 KB
COPYING -rw-r--r-- 9.9 KB
Dockerfile -rw-r--r-- 1.5 KB
MANIFEST.in -rwxr-xr-x 53 bytes
README.md -rw-r--r-- 5.1 KB
extra_requirements.txt -rw-r--r-- 832 bytes
mypy.ini -rw-r--r-- 518 bytes
requirements.txt -rw-r--r-- 14 bytes
setup.cfg -rw-r--r-- 66 bytes
setup.py -rw-r--r-- 3.0 KB
tox.ini -rw-r--r-- 312 bytes

README.md

back to top