X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-core%2Frecipes-devtools%2Fpython%2Fpython3-pytest-reverse_1.0.1.bb;fp=meta-agl-profile-core%2Frecipes-devtools%2Fpython%2Fpython3-pytest-reverse_1.0.1.bb;h=5ed9b1d9da0a143436f2d4874a79b9f5deb58088;hb=72e884bc11ac69de9491620fa8b32cee928e05ba;hp=0000000000000000000000000000000000000000;hpb=6976dc76c4bfaed7ec519c8d0d8c9d39396c9469;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-core/recipes-devtools/python/python3-pytest-reverse_1.0.1.bb b/meta-agl-profile-core/recipes-devtools/python/python3-pytest-reverse_1.0.1.bb new file mode 100644 index 000000000..5ed9b1d9d --- /dev/null +++ b/meta-agl-profile-core/recipes-devtools/python/python3-pytest-reverse_1.0.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "pytest-reverse is a pytest plugin to reverse test order" +HOMEPAGE = "https://github.com/adamchainz/pytest-reverse" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=caf1f407ae86ecd57ab721dff94079b7" + +SRC_URI[sha256sum] = "40cbc47df8a262fed778e500f4d0b17d2d08ef8b9fbf899c0bab9488be192aac" + +inherit pypi setuptools3 + +DEPENDS += "${PYTHON_PN}-pytest-native" + +BBCLASSEXTEND = "native"