-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_open_file_for_reading fails on Windows #181
Comments
@speleo3 FYI. |
Looking at Line 43 in 5a00d05
On Windows, the path encoded by This is a problem because Path-like syntax is used both in the failing test and in other parts of the code; e.g., https://github.com/jensengroup/propka/blob/5a00d059b2c29dc514dd77ee4e214c2029f6f260/propka/bonds.py#L56C1-L56C1 . |
propka/tests/test_input.py
Line 22 in 5a00d05
When running
pytest
with Python 3.12.1 via Powershell on Windows 11 Enterprise, I get the following error:The text was updated successfully, but these errors were encountered: