File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ The package name is `python-libs` which is also the `rpm` package name in XenSer
1313XCP-ng packages it as [ xcp-python-libs] ( https://github.com/xcp-ng-rpms/xcp-python-libs )
1414([ koji] ( https://koji.xcp-ng.org/packageinfo?packageID=400 ) ).
1515
16- It supports Python 2.7 and is currently in progress to get further fixes for >= 3.6.
17- It depends on ` six ` , and on Python 2.7, also ` configparser ` and ` pyliblzma ` .
18-
1916## Test-driven Development (TDD) Model
2017
2118Please see [ CONTRIBUTING.md] for installing a local development environment.
@@ -25,11 +22,8 @@ Test-driven development.
2522
2623The Continuous Integration Tests feature:
2724
28- - Combined coverage testing of Python 2.7 and Python 3.8 code branches
29- - Automatic Upload of the combined coverage to CodeCov (from the GitHub Workflow)
30- - Checking of the combined coverage against the diff to master: Fails if changes are not covered!
31- - Pylint report in the GitHub Action Summary page, with Warning and Error annotatios, even in the code review.
32- - Check that changes don't generate pylint warnings (if warning classes which are enabled in .pylintrc)
25+ - ` pylint ` report in the GitHub Action Summary page with warning and error annotations in the code review.
26+ - Checks that changes don't generate ` pylint ` warnings
3327- Static analysis using ` mypy ` , ` pylint ` , ` pyright ` and ` pytype `
3428
3529This enforces that any change (besides whitespace):
You can’t perform that action at this time.
0 commit comments