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
conftest.py: ignore ImportErrors for sage.libs.eclib if disabled
When sage.libs.eclib doesn't exist, pytest will still try to collect
*.py files that import it, leading to an ImportError. We add eclib to
the list of feature-backed modules with workarounds for this issue.
0 commit comments