Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot] 2025-06-07 06:05:16 +00:00 committed by GitHub
commit dc23b83b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
382 changed files with 1547 additions and 1453 deletions

View file

@ -1259,6 +1259,13 @@ as many tests should be enabled as possible. Failing tests can still be
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