Jim Brännlund

Results 445 comments of Jim Brännlund

> Do you see a reason not to accept this fix anyway? Yes, because I suspect it doesn't fix the root issue, but fixes a symptom where the hooks are...

Yes, that is expected as per the [documentation](https://github.com/pytest-dev/pytest-html/blob/master/docs/user_guide.rst#modifying-the-results-table)@orgads The py.html module is deprecated. We try to handle it in code: https://github.com/pytest-dev/pytest-html/blob/master/src/pytest_html/basereport.py#L363 I'm not sure why that didn't work for you.

No ETA I’m afraid. We discovered a major issue with v4, and addressing that has taken longer than anticipated unfortunately. 😓 My vacation starts soon, hopefully, I’ll have some time...

What result more precise are you looking for? The plugin is entirely in the hands of the pytest hooks, so we won't be able to show any information not available...

The locale issue was solved by running the suggested solution here: https://dausruddin.com/locale-cannot-set-lc_all-to-default-locale-no-such-file-or-directory/ Seems to persist in new shells.

Still have this issue tho: ```sh direnv: loading ~/dev/afa/syncer/.envrc direnv: Environment not dumped; did you invoke 'direnv dump'? ```

Ah, my bad, I'm passing arguments to `env.sh` in `.envrc`, so had to add: ```sh # If a command is specified, run it with the given arguments. if [[ $#...

> Same as #343, no idea why this was closed. > Me neither. 🤷 Did this work in v3 or older? 🤔 > I'd love to get the pytest warnings...

4.0.0rc0 out now, please test if this is still a problem!

> @BeyondEvil I installed the version specified and ran one of my pytests and the report is not functional. Attached is a compressed file of the end result. Maybe this...