mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 02:17:36 +00:00
c1e7d5d7af
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>
15 lines
430 B
BlitzBasic
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"
|