Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2024-01-02 10:55:23 +03:00
197 changed files with 16923 additions and 3366 deletions
@@ -32,10 +32,6 @@ buildPythonPackage rec {
# Instead, we do this as a passthru.tests test.
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix { };
};
meta = with lib; {
description = "Python attributes without boilerplate";
homepage = "https://github.com/hynek/attrs";