forked from pool/python-libarchive-c
24 lines
593 B
Diff
24 lines
593 B
Diff
|
|
diff --git a/tests/test_rwx.py b/tests/test_rwx.py
|
||
|
|
index 6b819ae..5daf201 100644
|
||
|
|
--- a/tests/test_rwx.py
|
||
|
|
+++ b/tests/test_rwx.py
|
||
|
|
@@ -7,7 +7,7 @@
|
||
|
|
from libarchive.entry import format_time
|
||
|
|
from libarchive.extract import EXTRACT_OWNER, EXTRACT_PERM, EXTRACT_TIME
|
||
|
|
from libarchive.write import memory_writer
|
||
|
|
-from mock import patch
|
||
|
|
+from unittest.mock import patch
|
||
|
|
import pytest
|
||
|
|
|
||
|
|
from . import check_archive, in_dir, treestat
|
||
|
|
diff --git a/tox.ini b/tox.ini
|
||
|
|
index 9c0a989..ab68c84 100644
|
||
|
|
--- a/tox.ini
|
||
|
|
+++ b/tox.ini
|
||
|
|
@@ -13,4 +13,3 @@ deps=
|
||
|
|
pytest-cov
|
||
|
|
pytest-xdist
|
||
|
|
six
|
||
|
|
- mock
|
||
|
|
|