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.