-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
INTERNALERROR> ValueError: stat: path too long for Windows #3020
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
Comments
based on the traceback this is a bug in pytest-html , please report it there cc @davehunt |
Please, clarify "please report it there". I should attach script? |
GitMate.io thinks the contributor most likely able to help you is @nicoddemus. |
yes, please resport the traceback to pytest-html, as far as i can tel lthe code in question checks if something is a fille without ensuring its a valid filename |
Yep, perhaps it should put a try/except around that call and check for ValueError as well.
I wonder why... is GitMate clever enough to perhaps realize I usually take care of Windows issues? 🤔 |
@UANEMESIS pytest-html's issue tracker is here. |
I think there’s already a pull request open for fixing this. I’m not sure I’ll have time this week, but perhaps someone else can?
… On 12 Dec 2017, at 08:29, Bruno Oliveira ***@***.***> wrote:
@UANEMESIS pytest-html's issue tracker is here.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Indeed there is: pytest-dev/pytest-html#136, thanks @davehunt. I'm closing this issue then. |
The text was updated successfully, but these errors were encountered: