forked from LBRYCommunity/lbry-sdk
import mock from unittest
This commit is contained in:
parent
3b61222e5a
commit
cd76e0c296
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import typing
|
||||
import contextlib
|
||||
import socket
|
||||
import mock
|
||||
from unittest import mock
|
||||
import functools
|
||||
import asyncio
|
||||
if typing.TYPE_CHECKING:
|
||||
|
|
Loading…
Reference in a new issue