We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d563ef4 commit 896b6aeCopy full SHA for 896b6ae
Makefile
@@ -27,7 +27,7 @@ MODULE=cwltool
27
# `[[` conditional expressions.
28
PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py) setup.py
29
DEVPKGS=pycodestyle diff_cover autopep8 pylint coverage pydocstyle flake8 \
30
- pytest-xdist isort wheel -rtest-requirements.txt
+ pytest-xdist==1.27.0 isort wheel -rtest-requirements.txt
31
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
32
python-flake8 python-mock shellcheck
33
VERSION=1.0.$(shell TZ=UTC git log --first-parent --max-count=1 \
0 commit comments