diff --git a/pkgs/development/python-modules/beets/default.nix b/pkgs/development/python-modules/beets/default.nix index 45afedebebd0..4a82ae57360d 100644 --- a/pkgs/development/python-modules/beets/default.nix +++ b/pkgs/development/python-modules/beets/default.nix @@ -198,15 +198,13 @@ buildPythonPackage (finalAttrs: { __darwinAllowLocalNetworking = true; - disabledTestPaths = - finalAttrs.finalPackage.passthru.plugins.disabledTestPaths - ++ lib.optionals stdenv.hostPlatform.isDarwin [ - # Flaky: several tests fail randomly with: - # if not self._poll(timeout): - # raise Empty - # _queue.Empty - "test/plugins/test_bpd.py" - ]; + disabledTestPaths = finalAttrs.finalPackage.passthru.plugins.disabledTestPaths ++ [ + # Flaky: several tests fail randomly with: + # if not self._poll(timeout): + # raise Empty + # _queue.Empty + "test/plugins/test_bpd.py" + ]; disabledTests = extraDisabledTests ++ [ # touches network "test_merge_duplicate_album"