-
Notifications
You must be signed in to change notification settings - Fork 243
Error with Pytest 6.0.0 #321
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
Having same Issue. In my case the error only happens when a test is skipped by using |
Pin to latest 5 version, fix is coming in 6.0.1 |
Master already avoids 6.0.0 version and it does not make sense to force a release. We can close the bug as upstream one, one with simple workarounds. |
@ssbarnea When you say simple workarounds, are you just referring to using an older pytest version? |
Take a look at https://github.com/pytest-dev/pytest-html/pull/319/files -- if I remember well, master branch of pytest already had it fixed, which means wait for 6.0.1 version. There is nothing else than skipping 6.0.0 from the pytest-html point of view. Or just wait and likely it will sort-out by magic, when 6.0.1 is released ;) To prevent future surprises I already proposed #320 |
Got it, thanks! |
With the latest version of Pytest coming out on 7/29/2020, I now get the following error in pytest-html:
The text was updated successfully, but these errors were encountered: