-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to run the SymPy tests #10
Comments
Actually it looks like the tests aren't even shipped with the package. That's probably a good thing, since it reduces the size considerably, but there should be some way to include them so that we can run the tests. Is it possible to not ship each |
Hi Aaron, the tests have indeed been removed from the package to reduce the wheel size. To include them—which I would not recommend—the SymPy recipe needs to have the I think sympy/sympy#27183 is the right candidate to have closed this issue, with which the test suite runs in CI in a Pyodide/WASM runtime. |
It would be nice to be able to run the SymPy test suite, so that we can see how much of SymPy actually works.
Right now if you type
it fails with
because it wants to run the tests in a subprocess. If you do
It fails with
Presumably some improvements could be made to pyiodide and/or jupyterlite here. If that is hard to do, we can fix the SymPy test function to work around these issues, or monkeypatch for the online shell.
The text was updated successfully, but these errors were encountered: