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>
This commit is contained in:
Khem Raj
2024-09-26 11:02:06 -07:00
parent 44f8de24e2
commit b2436fc20d
3 changed files with 11 additions and 50 deletions

View File

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