File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,8 @@ deps =
51
51
pre: git+https://github.com/bids-standard/bids-specification.git\# subdirectory=tools/schemacode
52
52
53
53
commands =
54
- pytest --doctest-modules --cov bids_validator --cov-report xml --cov-report term \
55
- --junitxml =test-results.xml -v src/ {posargs}
56
-
57
- [testenv:long]
58
- commands =
59
- pytest --doctest-modules --cov fmripost_aroma --cov-report xml \
60
- --junitxml =test-results.xml -v tests/ {posargs}
54
+ python -m pytest --doctest-modules --cov . --cov-report xml --cov-report term \
55
+ --junitxml =test-results.xml -v {posargs}
61
56
62
57
[testenv:docs]
63
58
description = Build documentation site
@@ -76,7 +71,6 @@ skip_install = true
76
71
commands =
77
72
fix: ruff check --fix src/
78
73
fix: ruff format src/
79
- fix: ruff check --select ISC001 --fix src/
80
74
!fix: ruff check src/
81
75
!fix: ruff format --diff src/
82
76
You can’t perform that action at this time.
0 commit comments