Bruno Oliveira

Results 871 comments of Bruno Oliveira

Hi @jvansanten, Was taking a look at the list of PRs and this one seems to have gone unnoticed, sorry about that. Overall all changes look good to me, I...

I agree, but not sure this is fixable unfortunately... the session fixture is attached to the Session node, which is in the rootdir, so it won't pick up that `conftest.py`......

Thanks @The-Compiler for noticing. I cannot reproduce this locally... weird. I rebased in `7.1.x` and pushed, let's see.

It passed now, must have been a fluke. 🤷‍♂️ Enabling auto-merge. 👍

Thanks @marincandenza, What happens is: 1. pytest-xdist works by having the main pytest process spawning multiple workers, which do all the collection/running. The main pytest process (`master`) does not do...

Created a PR adding a warning to the docs: https://github.com/pytest-dev/pytest/pull/7773 FTR: I played around a bit but I don't see an easy way to fix this, I pushed to https://github.com/nicoddemus/pytest/tree/xml-properties-xdist-7767.

Hi @sjalloq, TBH I don't remember the details, but it seems like it isn't trivial/obvious to fix however: https://github.com/pytest-dev/pytest/issues/7767#issuecomment-695280043

Hi @okken, Thanks for writing this proposal. > An alternate final solution would be to just do steps 1-3 and not deprecate anything. I think this is the only way...