summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/nox: drop 2022.11.21-r1Arthur Zamarin2023-05-272-49/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/nox: enable py3.12Arthur Zamarin2023-05-271-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/nox: Bump to 2023.04.22Michał Górny2023-04-232-0/+48
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/nox: Unpin dev-python/argcompleteMichał Górny2023-04-061-1/+2
| | | | | Bug: https://github.com/wntrblm/nox/issues/698 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: 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>