mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user