summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tox_4.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tox: upgrade 4.6.0 -> 4.6.3Wang Mingyu2023-07-071-34/+0
| | | | | | | | | | | | Changelog: ============ Made issue template have less whitespace Docs link of env var subs section to set_env Removed duplicate text in bug report template Ensure get_requires* hook is called before prepare_metadata* Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: Add initial recipe 4.6.0Jasper Orschulko2023-06-261-0/+34
From the project description: Tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi). tox is a generic virtual environment management and test command line tool you can use for: - checking your package builds and installs correctly under different environments (such as different Python implementations, versions or installation dependencies), - running your tests in each of the environments with the test tool of choice, - acting as a frontend to continuous integration servers, greatly reducing boilerplate and merging CI and shell-based testing. Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>