summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/nox: Add test dep on dev-python/pyMichał Górny2023-01-081-0/+5
| | | | | Closes: https://bugs.gentoo.org/889902 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/nox: New package, v2022.11.21Michał Górny2023-01-053-0/+56
dev-python/nox is another test automation runner, like dev-python/tox. However, instead of declarative configs it uses Python scripts. Add it since some projects supply only noxfiles and setting up venv to run their test suites is cumbersome. Signed-off-by: Michał Górny <mgorny@gentoo.org>