Skip to content

Commit e441522

Browse files
authored
Move mock from install_requires to test_requires. (#397)
1 parent 9371ae5 commit e441522

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
'extensions.yml']},
5353
include_package_data=True,
5454
install_requires=[
55-
'mock >= 2.0.0',
5655
'setuptools',
5756
'requests >= 1.0',
5857
'ruamel.yaml >= 0.12.4',
@@ -64,7 +63,7 @@
6463
],
6564
setup_requires=[] + pytest_runner,
6665
test_suite='tests',
67-
tests_require=['pytest'],
66+
tests_require=['pytest', 'mock >= 2.0.0',],
6867
entry_points={
6968
'console_scripts': ["cwltool=cwltool.main:main"]
7069
},

0 commit comments

Comments
 (0)