Skip to content

Tests might fail on windows because of windows path length limit #38

@qria

Description

@qria

Windows for some reason have a 260 character limit on file path and tests might fail while making a temporary file with a long name.

As a temporary solution I have modified fs.py to explicitly use extended-length path, by changing open(path_str, 'wb') to open('\\\\?\\' + path_str, 'wb') .

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions