File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ MODULE=cwltool
26
26
# `SHELL=bash` doesn't work for some, so don't use BASH-isms like
27
27
# `[[` conditional expressions.
28
28
PYSOURCES =$(wildcard ${MODULE}/** .py tests/* .py) setup.py
29
- DEVPKGS =pep8 diff_cover autopep8 pylint coverage pep257 flake8 pytest isort
30
- DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pep257 sloccount python-flake8
29
+ DEVPKGS =pep8 diff_cover autopep8 pylint coverage pep257 flake8 pytest isort mock
30
+ DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pep257 sloccount python-flake8 python-mock
31
31
VERSION =1.0.$(shell date +% Y% m% d% H% M% S --date=`git log --first-parent \
32
32
--max-count=1 --format=format:% cI`)
33
33
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ rm lib/python-wheels/setuptools* \
57
57
&& pip install --force-reinstall -U pip==${pipver} \
58
58
&& pip install setuptools==20.10.1 wheel
59
59
pip install ${package} * tar.gz
60
- pip install pytest
60
+ pip install pytest mock
61
61
mkdir out
62
62
tar --extract --directory=out -z -f ${package} * .tar.gz
63
63
cd out/${package} *
You can’t perform that action at this time.
0 commit comments