File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ changedir = tests
16
16
commands =
17
17
python --version
18
18
python -m coverage run aggregate_tests.py
19
- python -m coverage report -m --fail-under 97
19
+ python -m coverage report -m --fail-under 97 --omit " {toxinidir}/tuf/ngclient/* "
20
20
21
21
deps =
22
22
-r{toxinidir}/requirements-test.txt
@@ -43,13 +43,13 @@ changedir = {toxinidir}
43
43
commands =
44
44
# Use different configs for new (tuf/api/*) and legacy code
45
45
# TODO: configure black and isort args in pyproject.toml (see #1161)
46
- black --check --diff --line-length 80 tuf/api
47
- isort --check --diff --line-length 80 --profile black -p tuf tuf/api
48
- pylint -j 0 tuf/api --rcfile =tuf/api/pylintrc
46
+ black --check --diff --line-length 80 tuf/api tuf/ngclient
47
+ isort --check --diff --line-length 80 --profile black -p tuf tuf/api tuf/ngclient
48
+ pylint -j 0 tuf/api tuf/ngclient --rcfile =tuf/api/pylintrc
49
49
50
50
# NOTE: Contrary to what the pylint docs suggest, ignoring full paths does
51
51
# work, unfortunately each subdirectory has to be ignored explicitly.
52
- pylint -j 0 tuf --ignore =tuf/api,tuf/api/serialization
52
+ pylint -j 0 tuf --ignore =tuf/api,tuf/api/serialization,tuf/ngclient,tuf/ngclient/_internal
53
53
54
54
mypy
55
55
You can’t perform that action at this time.
0 commit comments