Loading pkgs/applications/version-management/sourcehut/default.nix +6 −2 Original line number Diff line number Diff line { python3 { lib , stdenv , python3 , callPackage , recurseIntoAttrs , nixosTests Loading Loading @@ -35,7 +37,9 @@ let hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA="; }; nativeCheckInputs = with super; [ pytestCheckHook mock ]; disabledTestPaths = []; disabledTestPaths = [] # Disable incompatible tests on Darwin. ++ lib.optionals stdenv.isDarwin [ "test/aaa_profiling" ]; }); flask-sqlalchemy = super.flask-sqlalchemy.overridePythonAttrs (oldAttrs: rec { Loading Loading
pkgs/applications/version-management/sourcehut/default.nix +6 −2 Original line number Diff line number Diff line { python3 { lib , stdenv , python3 , callPackage , recurseIntoAttrs , nixosTests Loading Loading @@ -35,7 +37,9 @@ let hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA="; }; nativeCheckInputs = with super; [ pytestCheckHook mock ]; disabledTestPaths = []; disabledTestPaths = [] # Disable incompatible tests on Darwin. ++ lib.optionals stdenv.isDarwin [ "test/aaa_profiling" ]; }); flask-sqlalchemy = super.flask-sqlalchemy.overridePythonAttrs (oldAttrs: rec { Loading