Upgrade dev dependencies and fix issues after upgrading to pytest-aiohttp v1.0.4

This commit is contained in:
grossmj
2022-08-27 19:16:02 +02:00
parent 9e5ca50302
commit d1c8f33fc5
40 changed files with 108 additions and 89 deletions

View File

@ -16,14 +16,14 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import pytest
import asyncio
import pytest_asyncio
from gns3server.compute.vmware.vmware_vm import VMwareVM
from gns3server.compute.vmware import VMware
@pytest.fixture
async def manager(loop, port_manager):
async def manager(port_manager):
m = VMware.instance()
m.port_manager = port_manager