1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Removed gc collection at testing

This commit is contained in:
ziajka 2017-06-07 14:39:47 +02:00
parent c538ec5937
commit b9e2b7945a

View File

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