File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,11 +160,11 @@ diff-cover.html: coverage.xml
160
160
161
161
# # test : run the cwltool test suite
162
162
test : $(PYSOURCES )
163
- python3 -m pytest -rsfE ${PYTEST_EXTRA}
163
+ python3 -m pytest ${PYTEST_EXTRA}
164
164
165
165
# # testcov : run the cwltool test suite and collect coverage
166
166
testcov : $(PYSOURCES )
167
- python3 -m pytest -rsfE - -cov --cov-config=.coveragerc --cov-report= ${PYTEST_EXTRA}
167
+ python3 -m pytest --cov --cov-config=.coveragerc --cov-report= ${PYTEST_EXTRA}
168
168
169
169
sloccount.sc : $(PYSOURCES ) Makefile
170
170
sloccount --duplicates --wide --details $^ > $@
@@ -183,7 +183,7 @@ mypy: $(PYSOURCES)
183
183
184
184
mypyc : $(PYSOURCES )
185
185
MYPYPATH=mypy-stubs CWLTOOL_USE_MYPYC=1 pip install --verbose -e . \
186
- && pytest -rsfE - vv ${PYTEST_EXTRA}
186
+ && pytest -vv ${PYTEST_EXTRA}
187
187
188
188
shellcheck : FORCE
189
189
shellcheck build-cwltool-docker.sh cwl-docker.sh release-test.sh conformance-test.sh \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ envlist =
11
11
skip_missing_interpreters = True
12
12
13
13
[pytest]
14
- addopts =--ignore cwltool/schemas -n logical --dist worksteal
14
+ addopts =--ignore cwltool/schemas -n logical --dist worksteal -rsfE
15
15
testpaths = tests
16
16
17
17
[gh-actions]
You can’t perform that action at this time.
0 commit comments