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
Windows is not currently tested because tempfile.NamedTemporalFIle doesn't work. Meanwhile, some path handling logics are relying on regexp, which shouldn't work Windows's path e.g., C:\\....
Consider updating test implementation and using pathlib to formally support and test the platform.
The text was updated successfully, but these errors were encountered:
Windows is not currently tested because
tempfile.NamedTemporalFIle
doesn't work. Meanwhile, some path handling logics are relying on regexp, which shouldn't work Windows's path e.g.,C:\\...
.Consider updating test implementation and using
pathlib
to formally support and test the platform.The text was updated successfully, but these errors were encountered: