Unverified Commit 80c02eb8 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #270534 from mweinelt/python-restore-passthru-tests

cpython: restore passthru.tests
parents dd1493df f69da370
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;