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
Some clarification on if we support windows (romancal and jwst do not) would be helpful. If we do support windows we'll need a replacement for os.uname. If we do not support windows we could disable the windows tests.
The text was updated successfully, but these errors were encountered:
os.uname
does not exist on windows. It's usage in this package:stpipe/src/stpipe/cmdline.py
Lines 350 to 351 in 915a832
causes failures on windows:
https://github.com/spacetelescope/stpipe/actions/runs/9637434273/job/26576657996#step:10:400
Some clarification on if we support windows (romancal and jwst do not) would be helpful. If we do support windows we'll need a replacement for
os.uname
. If we do not support windows we could disable the windows tests.The text was updated successfully, but these errors were encountered: