mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-11 16:51:24 +02:00
feat: remove mock from test dependencies.
Because mock can be replace by unittest.mock
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import socket
|
||||
from socket import AF_INET, AF_INET6
|
||||
|
||||
from mock import Mock, patch, call
|
||||
from unittest.mock import Mock, patch, call
|
||||
|
||||
from sshuttle.methods import get_method
|
||||
|
||||
|
Reference in New Issue
Block a user