Skip to content

Commit 169fa1d

Browse files
authored
Merge pull request #119 from mgorny/stale-deps
Remove obsolete dependencies
2 parents 382ea82 + 2b79bb1 commit 169fa1d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_rwx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from libarchive.entry import format_time
88
from libarchive.extract import EXTRACT_OWNER, EXTRACT_PERM, EXTRACT_TIME
99
from libarchive.write import memory_writer
10-
from mock import patch
10+
from unittest.mock import patch
1111
import pytest
1212

1313
from . import check_archive, in_dir, treestat

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ deps=
1212
pytest
1313
pytest-cov
1414
pytest-xdist
15-
six
16-
mock

0 commit comments

Comments
 (0)