Loading pkgs/by-name/so/sonarr/package.nix +30 −26 Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ buildDotnetModule { # Skip manual, integration, automation and platform-dependent tests. dotnetTestFlags = [ "--filter:${ lib.concatStringsSep "&" [ lib.concatStringsSep "&" ( [ "TestCategory!=ManualTest" "TestCategory!=IntegrationTest" "TestCategory!=AutomationTest" Loading @@ -161,10 +162,13 @@ buildDotnetModule { # makes real HTTP requests "FullyQualifiedName!~NzbDrone.Core.Test.TvTests.RefreshEpisodeServiceFixture" "FullyQualifiedName!~NzbDrone.Core.Test.UpdateTests.UpdatePackageProviderFixture" ] ++ lib.optionals stdenvNoCC.buildPlatform.isDarwin [ # fails on macOS "FullyQualifiedName!~NzbDrone.Core.Test.Http.HttpProxySettingsProviderFixture" "FullyQualifiedName!=NzbDrone.Common.Test.ServiceFactoryFixture.event_handlers_should_be_unique" ] ) }" ]; Loading Loading
pkgs/by-name/so/sonarr/package.nix +30 −26 Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ buildDotnetModule { # Skip manual, integration, automation and platform-dependent tests. dotnetTestFlags = [ "--filter:${ lib.concatStringsSep "&" [ lib.concatStringsSep "&" ( [ "TestCategory!=ManualTest" "TestCategory!=IntegrationTest" "TestCategory!=AutomationTest" Loading @@ -161,10 +162,13 @@ buildDotnetModule { # makes real HTTP requests "FullyQualifiedName!~NzbDrone.Core.Test.TvTests.RefreshEpisodeServiceFixture" "FullyQualifiedName!~NzbDrone.Core.Test.UpdateTests.UpdatePackageProviderFixture" ] ++ lib.optionals stdenvNoCC.buildPlatform.isDarwin [ # fails on macOS "FullyQualifiedName!~NzbDrone.Core.Test.Http.HttpProxySettingsProviderFixture" "FullyQualifiedName!=NzbDrone.Common.Test.ServiceFactoryFixture.event_handlers_should_be_unique" ] ) }" ]; Loading