File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 unittest_disable_list : ' mingw64:* ucrt64:*'
1717 apptest_python_version_list : ' ' # use latest Python version
1818 apptest_system_list : ' ubuntu macos macos-arm'
19+ bandit : ' true'
20+ pylint : ' true'
1921 codecov : ' true'
2022 codacy : ' true'
2123 dorny : ' true'
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ the mandatory dependencies too.
102102+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
103103| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov >`__ | ≥7.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE >`__ | *Not yet evaluated. * |
104104+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
105- | `Coverage <https://GitHub.com/nedbat/coveragepy >`__ | ≥7.10 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt >`__ | *Not yet evaluated. * |
105+ | `Coverage <https://GitHub.com/nedbat/coveragepy >`__ | ≥7.11 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt >`__ | *Not yet evaluated. * |
106106+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
107107| `mypy <https://GitHub.com/python/mypy >`__ | ≥1.18 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE >`__ | *Not yet evaluated. * |
108108+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
Original file line number Diff line number Diff line change 11-r ../requirements.txt
22
33# Coverage collection
4- Coverage ~= 7.10
4+ Coverage ~= 7.11
55
66# Test Runner
77pytest ~= 8.4
You can’t perform that action at this time.
0 commit comments