Merge pull request #172180 from gador/fix-sentry-sdk
python3Packages.sentry-sdk: fix build, python3Packages.weasyprint:
This commit is contained in:
commit
0729f1bbf2
@ -37,6 +37,7 @@
|
||||
, trytond
|
||||
, urllib3
|
||||
, werkzeug
|
||||
, multidict
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -88,6 +89,7 @@ buildPythonPackage rec {
|
||||
tornado
|
||||
trytond
|
||||
werkzeug
|
||||
multidict
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
@ -86,6 +86,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";
|
||||
|
Loading…
Reference in New Issue
Block a user