https://bugzilla.redhat.com/show_bug.cgi?id=2099902
Miro Hrončok <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Miro Hrončok <[email protected]> --- > Because it doesn't seem to do anything. From tox configuration: -------------------------------------- [testenv] usedevelop = true [testenv:py{37,38,39,310}] description = Run unit tests with this Python version extras = testing deps = black flake8~=3.8 flake8-bugbear~=21.3 commands = pytest {posargs} -------------------------------------- In other words, the py311 environment runs no commands. I consider this way of hardcoding some Python versions a bit unfortunate. However, I don't understand what was the idea here, or why the default testenv has no commands :/ -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2099902 _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
