mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Do not run Docker VM tests on Windows
This commit is contained in:
parent
259d3a0155
commit
9958b876cf
@ -31,6 +31,9 @@ from gns3server.compute.docker import Docker
|
|||||||
from unittest.mock import patch, MagicMock, call
|
from unittest.mock import patch, MagicMock, call
|
||||||
|
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows")
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
async def manager(event_loop, port_manager):
|
async def manager(event_loop, port_manager):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user