From Fedora Project Wiki

< Taskotron‎ | Tasks

Revision as of 17:00, 25 July 2017 by Churchyard (talk | contribs) (Created page with "{{DISPLAYTITLE:Taskotron task regarding Python versions}} Automatic checks happening in the Fedora infrastructure after any package is built. Currently the following checks ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

Development and issues on GitHub.