pytest-dev / pyfakefs

Provides a fake file system that mocks the Python file system modules.
https://pytest-pyfakefs.readthedocs.io
Apache License 2.0
651 stars 91 forks source link

Forward unfaked fcntl calls to real module #1075

Closed mrbean-bremen closed 1 month ago

mrbean-bremen commented 1 month ago

While adding support for skipped modules, the forwarding of unfaked attributes to the real fcntl module had been removed accidentally.

Tasks