summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2019-05-02 21:09:52 +0200
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-05-02 15:09:51 -0400
commit626fe1a90a3f491ca1b9a4f43648a0c23784986a (patch)
treec6c587c5a88fa4c4fac730d435eabdfed1cc249f /pkgs
parent6e8c78e2253705ddb660eec00ecf0f116d568649 (diff)
downloadnixpkgs-626fe1a90a3f491ca1b9a4f43648a0c23784986a.tar
nixpkgs-626fe1a90a3f491ca1b9a4f43648a0c23784986a.tar.gz
nixpkgs-626fe1a90a3f491ca1b9a4f43648a0c23784986a.tar.bz2
nixpkgs-626fe1a90a3f491ca1b9a4f43648a0c23784986a.tar.lz
nixpkgs-626fe1a90a3f491ca1b9a4f43648a0c23784986a.tar.xz
nixpkgs-626fe1a90a3f491ca1b9a4f43648a0c23784986a.tar.zst
nixpkgs-626fe1a90a3f491ca1b9a4f43648a0c23784986a.zip
pythonPackages.reportlab: 3.5.19 -> 3.5.20 (#60605)
Also disable an additional test that requires network access to download
an image.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/reportlab/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/reportlab/default.nix b/pkgs/development/python-modules/reportlab/default.nix
index 1b501b06012..08800552607 100644
--- a/pkgs/development/python-modules/reportlab/default.nix
+++ b/pkgs/development/python-modules/reportlab/default.nix
@@ -11,11 +11,11 @@ let
   ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
 in buildPythonPackage rec {
   pname = "reportlab";
-  version = "3.5.19";
+  version = "3.5.20";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "47951166d897b60e9e7ca349db82a2b689e6478ac6078e2c7c88ca8becbb0c7d";
+    sha256 = "06l7jfax1izvbddmmjw9xpyb7iy4n99v3chyv75d9djaklnqs93v";
   };
 
   checkInputs = [ glibcLocales ];
@@ -26,6 +26,7 @@ in buildPythonPackage rec {
     # Remove all the test files that require access to the internet to pass.
     rm tests/test_lib_utils.py
     rm tests/test_platypus_general.py
+    rm tests/test_platypus_images.py
 
     # Remove the tests that require Vera fonts installed
     rm tests/test_graphics_render.py