docs/language-frameworks/python: don't test coverage etc (#414551)

Changed files
+7
doc
languages-frameworks
+7
doc/languages-frameworks/python.section.md
···
a good indication that the package is not in a valid state.
:::
#### Using pytest {#using-pytest}
Pytest is the most common test runner for python repositories. A trivial
···
a good indication that the package is not in a valid state.
:::
+
::: {.note}
+
We only want to test the functionality of a package. In particular, we are not
+
interested in coverage, formatting, and type checking. If pytest fails with
+
`unrecognized arguments: --cov`, add `pytest-cov-stub` to `nativeCheckInputs`
+
rather than `pytest-cov`.
+
:::
+
#### Using pytest {#using-pytest}
Pytest is the most common test runner for python repositories. A trivial