mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00:00
Removed gc collection at testing
This commit is contained in:
parent
c538ec5937
commit
b9e2b7945a
@ -228,7 +228,6 @@ def run_around_tests(monkeypatch, port_manager, controller, config):
|
|||||||
shutil.rmtree(tmppath)
|
shutil.rmtree(tmppath)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
gc.collect()
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
Loading…
Reference in New Issue
Block a user