Skip to content

Commit 7c4ad54

Browse files
committed
setup.py: add mock module as dependency
mock is used to mock output from subprocess in tests. this is a standard module in py3 but no present in py27, that's why this dependency
1 parent 327dd43 commit 7c4ad54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
'schema-salad >= 2.4.20170308171942, < 3',
5555
'typing >= 3.5.2, < 3.6',
5656
'six >= 1.10.0',
57+
'mock >= 2.0.0',
5758

5859
],
5960
setup_requires=[] + pytest_runner,

0 commit comments

Comments
 (0)