Skip to content

Conversation

@denini08
Copy link

@denini08 denini08 commented Aug 6, 2025

Hello! I noticed that when running the tests on Windows, some of them were failing due to the use of Unix-specific functions, such as os.geteuid().

To help improve portability, I made a small contribution to ensure the tests work on both Unix-like systems and Windows.

So I updated those tests too. On Windows, they now use os.access() to check read/write/execute access instead of comparing POSIX permission bits, which aren't meaningful on Windows.

This make the project more cross-platform friendly and allow contributors (like me!) who use Windows to run the test suite successfully.

Let me know if you'd like me to split this into separate commits or change anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant