diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-12-07 15:23:55 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-21 08:00:42 -0800 |
commit | 446124784bfdaf3d3c955e760f7354ebaba5f1ef (patch) | |
tree | d159fff7d09810f880d80e878cb60e7f9a475f91 /meta-python/recipes-devtools/python/python3-pydantic-core | |
parent | e592a8ce9a3e4cc7ad9e2e0da67e5afa9a38186a (diff) | |
download | meta-openembedded-446124784bfdaf3d3c955e760f7354ebaba5f1ef.tar.gz |
python3-pydantic-core: enable ptest
* Add to ptest-packagelists-meta-python.inc "FAST" under 30 seconds
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest b/meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||