Fix tests/integration/webserver.py when frozen.
This commit is contained in:
parent
3e9088083f
commit
294eb19e61
@ -29,7 +29,7 @@ import collections
|
|||||||
import pytest
|
import pytest
|
||||||
from PyQt5.QtCore import pyqtSignal
|
from PyQt5.QtCore import pyqtSignal
|
||||||
|
|
||||||
from tests.integration import testprocess # pylint: disable=import-error
|
import testprocess # pylint: disable=import-error
|
||||||
|
|
||||||
|
|
||||||
Request = collections.namedtuple('Request', 'verb, url')
|
Request = collections.namedtuple('Request', 'verb, url')
|
||||||
|
Loading…
Reference in New Issue
Block a user