Skip to content

Commit 0400cc5

Browse files
README.md: Cleanup obsolete referenced to Python 2.7 testing
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent f909359 commit 0400cc5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ The package name is `python-libs` which is also the `rpm` package name in XenSer
1313
XCP-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

2118
Please see [CONTRIBUTING.md] for installing a local development environment.
@@ -25,11 +22,8 @@ Test-driven development.
2522

2623
The 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

3529
This enforces that any change (besides whitespace):

0 commit comments

Comments
 (0)