mirror of https://github.com/zulip/zulip.git
test_hash_reqs: Use mock from unittest.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
02725d32dd
commit
691f8f8e47
|
@ -1,6 +1,5 @@
|
|||
import unittest
|
||||
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
from scripts.lib.hash_reqs import expand_reqs, hash_deps
|
||||
from tools.setup.setup_venvs import DEV_REQS_FILE
|
||||
|
|
Loading…
Reference in New Issue