diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-22 11:05:25 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-22 12:59:38 -0800 |
| commit | 3f5223da8ba5f79890f8dd4c162f260401fdc052 (patch) | |
| tree | dbc558741d5b2b44255045753fe6b086fa1de4dd /meta-python/recipes-devtools/python/python3-ordered-set | |
| parent | 343338e95565c2a3e2b1e8fbc4fce325ca0ea2f8 (diff) | |
| download | meta-openembedded-3f5223da8ba5f79890f8dd4c162f260401fdc052.tar.gz | |
python3-ordered-set: Use automake formatter for ptest output
Move the test to PTESTS_FAST_META_PYTHON
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ordered-set')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ordered-set/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest b/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest index c27a6c3c57..64799ba008 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest +++ b/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | pytest test_ordered_set.py | 3 | pytest --automake test_ordered_set.py |
