summaryrefslogtreecommitdiffstats
path: root/rules/python3-pytest.in
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-07-03 13:57:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-07-05 11:04:44 +0200
commit00faf9d84fb1565803472a053a9c237da2e82faa (patch)
tree96b65156db8d1ed82dcd7e63356bb5d59938e797 /rules/python3-pytest.in
parent041ecf6aeda796cb7fe81e77807c6ec3cf46ee6e (diff)
downloadptxdist-00faf9d84fb1565803472a053a9c237da2e82faa.tar.gz
ptxdist-00faf9d84fb1565803472a053a9c237da2e82faa.tar.xz
python3-pytest: new package
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20200703115710.30041-10-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-pytest.in')
-rw-r--r--rules/python3-pytest.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/python3-pytest.in b/rules/python3-pytest.in
new file mode 100644
index 000000000..e92a6eeba
--- /dev/null
+++ b/rules/python3-pytest.in
@@ -0,0 +1,15 @@
+## SECTION=python3
+
+config PYTHON3_PYTEST
+ tristate
+ select PYTHON3
+ select PYTHON3_ATTRS if RUNTIME
+ select PYTHON3_MORE_ITERTOOLS if RUNTIME
+ select PYTHON3_PACKAGING if RUNTIME
+ select PYTHON3_PLUGGY if RUNTIME
+ select PYTHON3_PY if RUNTIME
+ select PYTHON3_SETUPTOOLS if RUNTIME # for pkg_resources
+ select PYTHON3_WCWIDTH if RUNTIME
+ prompt "pytest"
+ help
+ pytest: simple powerful testing with Python