We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbcece commit 36f087fCopy full SHA for 36f087f
1 file changed
pytest_trio/_tests/conftest.py
@@ -3,7 +3,8 @@
3
import pytest
4
import warnings
5
warnings.filterwarnings(
6
- "default", category=pytest.RemovedInPytest4Warning,
+ "default",
7
+ category=pytest.RemovedInPytest4Warning,
8
message=".*non-top-level conftest.*",
9
)
10
0 commit comments