aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
blob: 28395f21a849f8de4959d3523d0e4248045bec23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "run tests in isolated forked subprocesses"
DESCRIPTION = "this is a extraction of the xdist --forked module"
HOMEPAGE = "https://github.com/pytest-dev/pytest-forked"
BUGTRACKER = "https://github.com/pytest-dev/pytest-forked/issues"

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"

BBCLASSEXTEND = "native nativesdk"