File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 25
25
mypy --install-types --non-interactive pypuppetdb/ tests/
26
26
- name : Test
27
27
run : |
28
- pytest --cov=. --cov-report=xml --pep8 --strict-markers --mypy pypuppetdb tests
28
+ pytest --cov=. --cov-report=xml --flake8 --strict-markers --mypy pypuppetdb tests
29
29
- name : Upload coverage to Codecov
30
30
uses : codecov/codecov-action@v2
31
31
with :
Original file line number Diff line number Diff line change 1
1
[pytest]
2
- filterwarnings =
3
- ignore::DeprecationWarning
4
- ignore::PendingDeprecationWarning
5
- markers =
6
- pep8: workaround for https://bitbucket.org/pytest-dev/pytest-pep8/issues/23/
7
2
pep8maxlinelength = 100
8
- addopts = --cov =pypuppetdb --cov-report =term-missing
9
3
norecursedirs = docs .tox venv .eggs lib
10
4
python_files = tests/*.py
Original file line number Diff line number Diff line change 5
5
mock
6
6
pytest<7
7
7
pytest-cov
8
- pytest-pep8
8
+ pytest-flake8
9
9
pytest-mock
10
10
pytest-mypy
11
11
cov-core
You can’t perform that action at this time.
0 commit comments