Fix more tests on Python 3.8 (#34703)

This commit is contained in:
Paulus Schoutsen
2020-04-25 15:52:50 -07:00
committed by GitHub
parent 5760fb94fe
commit e7f8d6bbf7
7 changed files with 34 additions and 55 deletions

View File

@@ -4,8 +4,8 @@ import logging
import os
from subprocess import PIPE
import sys
from unittest.mock import MagicMock, call, patch
from asynctest import MagicMock, call, patch
import pkg_resources
import pytest