man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

Handle long file names on windows #215

Open dalemyers opened 1 year ago

dalemyers commented 1 year ago

Windows seems to return EINVAL instead of ENAMETOOLONG.

Fixes #145