We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 382ea82 + 2b79bb1 commit 169fa1dCopy full SHA for 169fa1d
2 files changed
tests/test_rwx.py
@@ -7,7 +7,7 @@
7
from libarchive.entry import format_time
8
from libarchive.extract import EXTRACT_OWNER, EXTRACT_PERM, EXTRACT_TIME
9
from libarchive.write import memory_writer
10
-from mock import patch
+from unittest.mock import patch
11
import pytest
12
13
from . import check_archive, in_dir, treestat
tox.ini
@@ -12,5 +12,3 @@ deps=
pytest
pytest-cov
14
pytest-xdist
15
- six
16
- mock
0 commit comments