3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.sentry-sdk: fix build, python3Packages.weasyprint:

exclude tests

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-05-09 14:02:44 +02:00
parent 08dc90729f
commit 03cecc2267
2 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,7 @@
, trytond
, urllib3
, werkzeug
, multidict
}:
buildPythonPackage rec {
@ -88,6 +89,7 @@ buildPythonPackage rec {
tornado
trytond
werkzeug
multidict
];
doCheck = !stdenv.isDarwin;

View file

@ -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";