diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-26 10:03:59 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:23 -0800 |
| commit | 44f8de24e25c78867631de1bf2a10a2eb731188f (patch) | |
| tree | 7595cd9c59f2cfe3d9c717264a224a6558c2eb89 /meta-python/recipes-devtools/python/python3-pint/run-ptest | |
| parent | d2d705ed2fdaec8362f1fd886d4c27ca58929f5c (diff) | |
| download | meta-openembedded-44f8de24e25c78867631de1bf2a10a2eb731188f.tar.gz | |
python3-pint: Upgrade to 0.24.3
- Switch to fetching from pypi
- Use automake format for pytests
- Fix ptests, by adding missing runtime deps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pint/run-ptest')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pint/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pint/run-ptest b/meta-python/recipes-devtools/python/python3-pint/run-ptest index 5cec711696..8d2017d39c 100644 --- a/meta-python/recipes-devtools/python/python3-pint/run-ptest +++ b/meta-python/recipes-devtools/python/python3-pint/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | pytest | 3 | pytest --automake |
