pythonPackages.reportlab: 3.5.19 -> 3.5.20 (#60605)
Also disable an additional test that requires network access to download an image.
This commit is contained in:
parent
6e8c78e225
commit
626fe1a90a
@ -11,11 +11,11 @@ let
|
|||||||
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
|
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "reportlab";
|
pname = "reportlab";
|
||||||
version = "3.5.19";
|
version = "3.5.20";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "47951166d897b60e9e7ca349db82a2b689e6478ac6078e2c7c88ca8becbb0c7d";
|
sha256 = "06l7jfax1izvbddmmjw9xpyb7iy4n99v3chyv75d9djaklnqs93v";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ glibcLocales ];
|
checkInputs = [ glibcLocales ];
|
||||||
@ -26,6 +26,7 @@ in buildPythonPackage rec {
|
|||||||
# Remove all the test files that require access to the internet to pass.
|
# Remove all the test files that require access to the internet to pass.
|
||||||
rm tests/test_lib_utils.py
|
rm tests/test_lib_utils.py
|
||||||
rm tests/test_platypus_general.py
|
rm tests/test_platypus_general.py
|
||||||
|
rm tests/test_platypus_images.py
|
||||||
|
|
||||||
# Remove the tests that require Vera fonts installed
|
# Remove the tests that require Vera fonts installed
|
||||||
rm tests/test_graphics_render.py
|
rm tests/test_graphics_render.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user