Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Pin pyfakefs to avoid broken release (#528)
Browse files Browse the repository at this point in the history
* 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

(cherry picked from commit c572b34)
  • Loading branch information
mtreinish committed Nov 12, 2020
1 parent da266b0 commit 489bd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pylint==2.4.4
astroid==2.3.3
pywin32==225
setuptools==49.6.0
pyfakefs==4.1.0

0 comments on commit 489bd9d

Please sign in to comment.