diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-26 11:02:06 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:23 -0800 |
| commit | b2436fc20d9d78875ab3d2b5790d154dfb72e866 (patch) | |
| tree | 1e038c9ff8557a0a5601465edddfa2bff1411c98 /meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest | |
| parent | 44f8de24e25c78867631de1bf2a10a2eb731188f (diff) | |
| download | meta-openembedded-b2436fc20d9d78875ab3d2b5790d154dfb72e866.tar.gz | |
python3-pytest-mock: Fix ptests
- Drop the patch to add additional checks to disable failing introspection
tests, use plain asserts instead
- Switch to pypi fetcher
- Add missing rdeps needed for ptest runs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest b/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest index 8d2017d39c..51ae892b01 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest +++ b/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | # see https://github.com/pytest-dev/pytest-mock/issues/102 for reasons to use plain asserts | |
| 3 | pytest --automake | 3 | pytest --automake --assert=plain |
