diff options
author | Derek Straka <derek@asterius.io> | 2025-01-17 20:30:23 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-17 16:39:41 -0800 |
commit | 424dbf8fb97b263c9bb31962edf4c47c0d1a19ee (patch) | |
tree | d514fa85eef0e9beb8ada130e4c1e6295f3a5c88 /meta-python/recipes-devtools/python/python3-pydantic-core | |
parent | 645907c41aa7ee851df1831654dc89eda885c83f (diff) | |
download | meta-openembedded-424dbf8fb97b263c9bb31962edf4c47c0d1a19ee.tar.gz |
python3-pydantic-core: update recipe to use the ptest-python-pytest class
Signed-off-by: Derek Straka <derek@asterius.io>
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, 0 insertions, 3 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 deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||