diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 8b574bdf0f0..1c1ded7181a 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -354,6 +354,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pytest-asyncio \ python3-pytest-benchmark \ python3-pytest-cache \ + python3-pytest-forked \ python3-pytest-helpers-namespace \ python3-pytest-html \ python3-pytest-metadata \ @@ -361,6 +362,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pytest-subtests \ python3-pytest-tempdir \ python3-pytest-timeout \ + python3-pytest-xdist \ python3-pythonping \ python3-python-vlc \ python3-pytoml \ diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb b/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb rename to meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb index 1a54fcb240d..1ba40d3a142 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" PYPI_PACKAGE = "natsort" -SRC_URI[sha256sum] = "feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b" +SRC_URI[sha256sum] = "c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb new file mode 100644 index 00000000000..c6f352bc613 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "run tests in isolated forked subprocesses" +HOMEPAGE = "https://github.com/pytest-dev/pytest-forked" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" + +SRC_URI[sha256sum] = "8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + python3-py \ + python3-pytest \ +" diff --git a/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb new file mode 100644 index 00000000000..a10ac8cc49e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-xdist_2.5.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "pytest xdist plugin for distributed testing and loop-on-failing modes" +HOMEPAGE = "https://github.com/pytest-dev/pytest-xdist" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" + +SRC_URI[sha256sum] = "4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" + +# Note that the dependency on pytest-forked is scheduled to be dropped in 3.0 +RDEPENDS:${PN} += " \ + python3-execnet \ + python3-pytest \ + python3-pytest-forked \ +" diff --git a/meta-python/recipes-devtools/python/python3-twisted_21.7.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb similarity index 98% rename from meta-python/recipes-devtools/python/python3-twisted_21.7.0.bb rename to meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb index 4e9472793ba..8fd7801c353 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_21.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb @@ -5,9 +5,9 @@ HOMEPAGE = "http://www.twistedmatrix.com" #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e33c411c0b86b1f3ca299091ed51ca31" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0f8d67f84b6e178c92d471011b2245fc" -SRC_URI[sha256sum] = "2cd652542463277378b0d349f47c62f20d9306e57d1247baabd6d1d38a109006" +SRC_URI[sha256sum] = "b7971ec9805b0f80e1dcb1a3721d7bfad636d5f909de687430ce373979d67b61" PYPI_PACKAGE = "Twisted" diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.2.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.3.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-werkzeug_2.0.2.bb rename to meta-python/recipes-devtools/python/python3-werkzeug_2.0.3.bb index 4c221cc41f3..ed7a509ad37 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.3.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" PYPI_PACKAGE = "Werkzeug" -SRC_URI[sha256sum] = "aa2bb6fc8dee8d6c504c0ac1e7f5f7dc5810a9903e793b6f715a9f015bdadb9a" +SRC_URI[sha256sum] = "b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c" inherit pypi setuptools3