Add CHANGELOG entry for #4719, skip PROPACK test for scipy.sparse.linalg._eigen#5000
Conversation
There was a problem hiding this comment.
Thanks @agriyakhetarpal! Could you also update the test to skip the failing one?
I see that the test_SVDS_PROPACK test that we skip for GHA test-scipy job is running on CircleCI, which causes the function signature mismatch. It causes other tests to time out.
|
Yes, I was thinking of doing it here – I didn't find anything as to why CircleCI runs it when GHA skips it (at least, related to my PR). I'll take a look further. |
|
I guess when running the tests on the |
|
Found it, it's failing because of this line: pyodide/packages/scipy/test_scipy.py Line 71 in 71a2118 |
scipy.sparse.linalg._eigen
|
Some of the tests might have been skipped because of the |
Also add an entry for gensim which was upgraded in pyodide#4719 and missed in pyodide#5000
Description
Missed adding this in #4719, adding it here. This fixes a timeout with the CircleCI checks coming from a failing SciPy test (which is skipped in GHA).
Checklists
N/A