File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,7 @@ async def test_cleanup_executors_on_client_del(self):
77
77
78
78
def resource_warning_caught ():
79
79
gc .collect ()
80
- print (w )
81
80
for warning in w :
82
- print (warning )
83
81
if (
84
82
issubclass (warning .category , ResourceWarning )
85
83
and "Call AsyncMongoClient.close() to safely shut down your client and free up resources."
Original file line number Diff line number Diff line change @@ -75,9 +75,7 @@ def test_cleanup_executors_on_client_del(self):
75
75
76
76
def resource_warning_caught ():
77
77
gc .collect ()
78
- print (w )
79
78
for warning in w :
80
- print (warning )
81
79
if (
82
80
issubclass (warning .category , ResourceWarning )
83
81
and "Call MongoClient.close() to safely shut down your client and free up resources."
You can’t perform that action at this time.
0 commit comments