mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-09 15:54:56 +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 io
|
||||
import socket
|
||||
|
||||
from mock import patch, Mock
|
||||
from unittest.mock import patch, Mock
|
||||
|
||||
import sshuttle.server
|
||||
|
||||
|
Reference in New Issue
Block a user