This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin pyfakefs to avoid broken release (#528)
* Pin pyfakefs to avoid broken release The recent pyfakefs 4.2.0 release is raising an import error whenever it's imported, see pytest-dev/pyfakefs#565 for more details. This commit pins the pyfakefs version to the last known working version until there is a new release fixing this issue. * Ignore numba namespace in pylint
- Loading branch information
c572b34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is now a patch release out that fixes the issue - sorry for the inconvenience.