python-trio/pytest-trio

Recent pytest now issues a warning with our conftest.py, breaking our CI

njsmith opened this issue · 2 comments

See: pytest-dev/pytest#4039

And since we use -W error, this breaks everything in CI...

It looks like the workaround has been removed in 75f1a0d so this could be close?

Right, the CI passes now