summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-forked: upgrade 1.4.0 -> 1.6.0Wang Mingyu2023-02-271-17/+0
| | | | | | | | | | | Changelog: ========== Relaxed dependency requirements (#77). Dropped support for Python 3.6. Added official support for Python 3.11. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-forked: update for move from picobuild to buildRoss Burton2023-01-131-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-forked: loosen dependency checkingRoss Burton2022-07-151-0/+2
| | | | | | | | | | | | | | | | | | | This package has strict build dependencies defined in pyproject.toml: requires = ['setuptools ~= 41.4', 'setuptools_scm ~= 3.3', 'wheel ~= 0.33.6'] The ~= operator is "compatible release", so "setuptools ~= 41.4" can be read as "setuptools >= 41.4, setuptools == 41.*". We have setuptools 62.6.0 and do builds using our own packages instead of building inside virtual environments, so these dependencies cannot be satisfied. Resolve this by passing --loose-depends to picobuild, which effectively turns ~= into >=. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update for setuptools_build_meta renamed to python_setuptools_build_metaRoss Burton2022-03-191-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: migrate away from setuptool3 where possibleRoss Burton2022-03-111-1/+1
| | | | | | | | | | Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-forked: add 1.4.0Justin Bronder2022-02-161-0/+15
Adding as a dependency of python3-pytest-xdist (which allows parallel execution of pytest test cases). Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>