You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #31062: tox / GH Actions: Disable testsuites of packages depending on pip packages (pytest, ...)
(from #30556)
... because we still don't have openssl on some platforms and so can't
install pip packages.
We also make two minor fixes to package dependencies that are
conditionalized on SAGE_CHECK:
- `sage_sws2rst` was using the wrong variable for the conditionalization
- `rpy2` likes to have ipython available for tests
(https://github.com/mkoeppe/sage/runs/1561098042):
{{{
_____________ ERROR collecting src/rpy2/tests/ipython/test_html.py
_____________
ImportError while importing test module '/sage/local/var/tmp/sage/build/
rpy2-3.3.6/src/rpy2/tests/ipython/test_html.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
src/rpy2/tests/ipython/test_html.py:4: in <module>
from rpy2.ipython import html
src/rpy2/ipython/__init__.py:1: in <module>
from . import rmagic
src/rpy2/ipython/rmagic.py:89: in <module>
from IPython.core import displaypub
E ModuleNotFoundError: No module named 'IPython'
}}}
URL: https://trac.sagemath.org/31062
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): Jonathan Kliem
0 commit comments