Files
meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-unordered_0.8.0.bb
T
Wang Mingyu c1e7d5d7af python3-pytest-unordered: upgrade 0.7.0 -> 0.8.0
Changelog:
============
- Add Pytest 9 support
- Add Python 3.14 support
- Keep latest Pytest tests on supported Python versions
- Refactor CI to use the tox test matrix
- Replace pre-commit workflow with prek and mise
- Add Context7 project metadata
- Update linting tools
- Update GitHub Actions versions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-25 08:45:15 -07:00

15 lines
430 B
BlitzBasic

SUMMARY = "Test equality of unordered collections in pytest"
HOMEPAGE = "https://github.com/utapyngo/pytest-unordered"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e"
SRC_URI[sha256sum] = "3c369ed86919d3eb35e11fd27bb679c1e3506ead9327e25aa8a07307256be65a"
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-pytest"
BBCLASSEXTEND = "native nativesdk"
PYPI_PACKAGE = "pytest_unordered"