mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-13 09:47:08 +02:00
feat: remove mock from test dependencies.
Because mock can be replace by unittest.mock
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import socket
|
||||
|
||||
from mock import Mock, patch, call
|
||||
from unittest.mock import Mock, patch, call
|
||||
|
||||
import sshuttle.sdnotify
|
||||
|
||||
|
Reference in New Issue
Block a user