release-python: drop lib-tests

It is unclear why these were added in the first place and now with Nix
2.3 getting its vulnerable mark it has become a nuisance.
This commit is contained in:
Martin Weinelt 2025-06-29 16:22:07 +02:00
parent 04cea3ab30
commit 22c3b2e39f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -49,7 +49,7 @@ let
);
jobs = {
lib-tests = import ../../lib/tests/release.nix { inherit pkgs; };
# for pkgs.formats tests, which rely on remarshal
pkgs-lib-tests = import ../pkgs-lib/tests { inherit pkgs; };
tested = pkgs.releaseTools.aggregate {