Taskotron task regarding Python versions
This represents the automatic checks happening in the Fedora infrastructure after any package is built.
Currently the following checks are available:
- Whether a package does not require Python 2 and Python 3 at the same time;
- Whether the package name follows the Python package naming scheme;
- Whether the package uses versioned Python prefix in requirements' names;
- Whether only Python 2 version of the package contains the executables.
You can run the checks locally with
Taskotron. First,
install it (you can
follow the
Quickstart).
You'll also need the rpm
and dnf
Python 2 modules (python2-rpm
,
python2-dnf
).
Note that Taskotron unfortunately runs on Python 2, but the code in
this repository is Python 3 compatible as well.
Once everything is installed you can run the task on a Koji build
using the
name-(epoch:)version-release
(nevr
) identifier.
$ runtask -i <nevr> -t koji_build runtask.yml
For example:
$ runtask -i eric-6.1.6-2.fc25 -t koji_build runtask.yml
There are also automatic tests available. You can run them using
tox.
You'll need the above mentioned dependencies and python3-rpm
and python3-dnf
installed as well.
$ tox
Automatic tests also happen on Tarvis
CI.
Since Travis CI runs on Ubuntu
and Ubuntu lacks the RPM Python bindings and Taskotron,
Docker is used
to run the tests on Fedora. You can run the tests in Docker as well,
just use the commands from the .travis.yml
file.
This code has been dedicated to the Public Domain, it is licensed with CC0 1.0 Universal Public Domain Dedication, full text of the license is available in the LICENSE file in this repository.
Please note that the RPM packages in this repository used for testing have their own license terms and are not dedicated to the Public Domain.
The sources of those packages can be found in Koji by searching the package name and selecting the appropriate version.