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 10d7abb commit 0ca68e4Copy full SHA for 0ca68e4
1 file changed
tests/conftest.py
@@ -36,7 +36,7 @@ def _garbage_collection(request):
36
tracemalloc = None
37
38
# ensure we don't leak history managers
39
-HistoryManager._max_inst = 1
+HistoryManager._max_inst = 2
40
41
pytestmark = pytest.mark.anyio
42
0 commit comments