import mock from unittest

This commit is contained in:
Lex Berezhny 2019-01-23 18:22:10 -05:00
parent 3b61222e5a
commit cd76e0c296
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
install:
- pip install coverage
- pip install git+https://github.com/lbryio/torba.git#egg=torba
- pip install -e .[test]
- pip install -e .
script:
- HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -vv tests.unit
after_success:

View file

@ -1,7 +1,7 @@
import typing
import contextlib
import socket
import mock
from unittest import mock
import functools
import asyncio
if typing.TYPE_CHECKING: