Ron Nathaniel

Results 6 comments of Ron Nathaniel

This already exists under a different syntax with context mgmt: ``` ctx = trace.set_span_in_context(None) child = tracer.start_span("child", context=ctx) try: print('hello world') finally: child.end() ```

https://pypi.org/project/pytest-random-order/ - Hasn't been maintained since 2018. https://github.com/Maks3w/pytest-randomness - Hasn't been maintained since 2019. https://pypi.org/project/pytest-randomly/ - Last updated 5 days ago (as of July 13 2022), 30 releases, 500 stars....

> Marking this as a bug as our tests should not be dependent on their execution order, as @ronnathaniel reports. Thank you @ocelotl. I am drafting a small PR, should...

> @plbrault thx for reporting. That's indeed a bug. I hope I get to fix it tomorrow or Monday. > I'm not working actively on it. Would you be interested...