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
On Windows there's a platform-specific failure exposed by tests/test_main.py::test_stat_good because os.getegid() is not available on Windows.
Alter the __main__.py to have a Windows-compatible variant of the stat() function without the group_access and user_access attributes of the data object it builds.
On Windows there's a platform-specific failure exposed by
tests/test_main.py::test_stat_goodbecauseos.getegid()is not available on Windows.Alter the
__main__.pyto have a Windows-compatible variant of thestat()function without thegroup_accessanduser_accessattributes of the data object it builds.