Skip to content

Commit 0ca68e4

Browse files
authored
Apply suggestion from @Carreau
1 parent 10d7abb commit 0ca68e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _garbage_collection(request):
3636
tracemalloc = None
3737

3838
# ensure we don't leak history managers
39-
HistoryManager._max_inst = 1
39+
HistoryManager._max_inst = 2
4040

4141
pytestmark = pytest.mark.anyio
4242

0 commit comments

Comments
 (0)