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 91346e6 commit ffbceceCopy full SHA for ffbcece
1 file changed
pytest_trio/_tests/conftest.py
@@ -1 +1,10 @@
1
+# Temporary hack while waiting for an answer here:
2
+# https://github.com/pytest-dev/pytest/issues/4039
3
+import pytest
4
+import warnings
5
+warnings.filterwarnings(
6
+ "default", category=pytest.RemovedInPytest4Warning,
7
+ message=".*non-top-level conftest.*",
8
+)
9
+
10
pytest_plugins = ["pytester"]
0 commit comments