Skip to content

Commit 70599ca

Browse files
committed
Remove requirement on mock
The mock library is only required by the tests, so don't require it for installing.
1 parent 3f60ddc commit 70599ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
mock>=2.0.0 ; python_version < '3'
12
pytest
23
pytest-cov
34
-e .[MySQL]

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ include_package_data = true
1414
packages = find:
1515
install_requires =
1616
PyYAML>=3.12
17-
mock>=2.0.0 ; python_version < '3'
1817
six>=1.11.0
1918

2019
[options.extras_require]

0 commit comments

Comments
 (0)