From 03cecc226724dda5672ef8591499f21c9c87df04 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Mon, 9 May 2022 14:02:44 +0200 Subject: [PATCH] python3Packages.sentry-sdk: fix build, python3Packages.weasyprint: exclude tests Signed-off-by: Florian Brandes --- pkgs/development/python-modules/sentry-sdk/default.nix | 2 ++ pkgs/development/python-modules/weasyprint/default.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/sentry-sdk/default.nix b/pkgs/development/python-modules/sentry-sdk/default.nix index e764cd912a0..b368db45bf7 100644 --- a/pkgs/development/python-modules/sentry-sdk/default.nix +++ b/pkgs/development/python-modules/sentry-sdk/default.nix @@ -37,6 +37,7 @@ , trytond , urllib3 , werkzeug +, multidict }: buildPythonPackage rec { @@ -88,6 +89,7 @@ buildPythonPackage rec { tornado trytond werkzeug + multidict ]; doCheck = !stdenv.isDarwin; diff --git a/pkgs/development/python-modules/weasyprint/default.nix b/pkgs/development/python-modules/weasyprint/default.nix index a1a7470b8b5..e35ef36011f 100644 --- a/pkgs/development/python-modules/weasyprint/default.nix +++ b/pkgs/development/python-modules/weasyprint/default.nix @@ -80,6 +80,8 @@ buildPythonPackage rec { # sensitive to sandbox environments "test_tab_size" "test_tabulation_character" + "test_linear_gradients_5" + "test_linear_gradients_12" ]; FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";