Removed gc collection at testing

pull/1075/head
ziajka 7 years ago
parent c538ec5937
commit b9e2b7945a

@ -228,7 +228,6 @@ def run_around_tests(monkeypatch, port_manager, controller, config):
shutil.rmtree(tmppath)
except:
pass
gc.collect()
@pytest.fixture

Loading…
Cancel
Save