Unverified Commit f69da370 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

cpython: restore passthru.tests

Fixes a regression from #261323, where all `passthru.tests` were
overwritten.
parent c76b72ca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -584,7 +584,9 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
      nativeBuildInputs = with pkgsBuildBuild.python3.pkgs; [ sphinxHook python-docs-theme ];
    };

    tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
    tests = passthru.tests // {
      pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
    };
  };

  enableParallelBuilding = true;