diff options
author | Tim Orling <ticotimo@gmail.com> | 2024-01-05 10:14:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-09 22:59:28 +0000 |
commit | d04ed37fa7491f2eadeca4e1cba536d2c76bdca4 (patch) | |
tree | b67ae1f28b0d6d3850802a057622c610ddd78d50 /meta/recipes-devtools/python/python3-attrs | |
parent | 64a737df5f77024c4279eaad74cb6ee0c0958d1b (diff) | |
download | poky-d04ed37fa7491f2eadeca4e1cba536d2c76bdca4.tar.gz |
python3-attrs: enable ptest
The conftest.py file is needed to define the "slots" and "frozen" fixtures
for pytest
(From OE-Core rev: c27ddbe1dcfae564e93593c90517c2b4502d1709)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs')
-rw-r--r-- | meta/recipes-devtools/python/python3-attrs/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs/run-ptest b/meta/recipes-devtools/python/python3-attrs/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||