Michael Seifert
Michael Seifert
Without looking into the problem in detail, I suppose it is an error in VectorGraphics2D, which is a library that handles the export to vector formats. The current release of...
I just set up a quick test, but I cannot replicate the issue. When changing the x-axis in the SimpleXYPlot example from logarithmic to linear, panning, zooming and resetting the...
Good idea! I don't have a preference how the result should look. I just wanted to point out that the [Oxide](https://github.com/Eeems/oxide) project uses badges for this purpose.
There's a corresponding issue in pytest-asyncio that's been lying around for some time. I'm unsure if I can close it, so this is why I'm reaching out. My current understanding...
@RonnyPfannschmidt Thanks for getting involved :) Could you elaborate on your comment? What problems do you see with running tests concurrently in general? Could they not share a single SetupState...
I see, thanks for the explanation. As far as I understand it's pretty much impossible to run tests concurrently with the current way pluggy and pytest work. This is not...
@dimaqq I know this issue is specifically about the fixture setup. #69 is about running tests asynchronously. Would it be acceptable for you to close this issue in favour of...
Thanks for the report! I can reproduce the issue with your example. My current understanding is that the programmatic pytest run using `pytester.runpytest` causes the current loop provided by the...
@unmade Does it solve the issue if you use [pytester.runpytest_subprocess](https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.Pytester.runpytest_subprocess) rather than `pytester.runpytest`?