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
'SDP requirements not installed; do `pip install "romancal[sdp]"`'
)
This is because typing_extensions is an external dependency which is not listed in the pyproject.toml file and stpreview is not a standard install. This occurs because when running the romacal tests relative to changes in another library, the exemption of romancal.scripts from pytest recursing in:
The following lines are causing downstream testing errors
romancal/romancal/scripts/static_preview.py
Lines 6 to 15 in 3fbf571
This is because
typing_extensions
is an external dependency which is not listed in thepyproject.toml
file andstpreview
is not a standard install. This occurs because when running theromacal
tests relative to changes in another library, the exemption ofromancal.scripts
frompytest
recursing in:romancal/pyproject.toml
Line 118 in 3fbf571
cannot be respected by a third party package executing the
romancal
tests.The text was updated successfully, but these errors were encountered: