Skip to content

Commit 489bd9d

Browse files
committed
Pin pyfakefs to avoid broken release (qiskit-community#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 (cherry picked from commit c572b34)
1 parent da266b0 commit 489bd9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

constraints.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pylint==2.4.4
22
astroid==2.3.3
33
pywin32==225
44
setuptools==49.6.0
5+
pyfakefs==4.1.0

0 commit comments

Comments
 (0)