meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest
Khem Raj c2705fa6c9
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>
2024-09-26 11:18:03 -07:00

4 lines
135 B
Bash

#!/bin/sh
# see https://github.com/pytest-dev/pytest-mock/issues/102 for reasons to use plain asserts
pytest --automake --assert=plain