about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-http-client
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-13 00:42:53 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-01-13 00:42:53 +0100
commit5c61c3ce36e761ac70a36cb20199c83e8f06cae4 (patch)
tree0ae7f0507fc09301d0f5ab88983d72ad1e043297 /pkgs/development/python-modules/python-http-client
parentbf41a77ce8caf2553111fb32096f08b3b39af3b8 (diff)
python310Packages.python-http-client: 3.3.4 -> 3.3.5
Diffstat (limited to 'pkgs/development/python-modules/python-http-client')
-rw-r--r--pkgs/development/python-modules/python-http-client/default.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/python-http-client/default.nix b/pkgs/development/python-modules/python-http-client/default.nix
index 02faf4db4d638..3a8ad2188fc19 100644
--- a/pkgs/development/python-modules/python-http-client/default.nix
+++ b/pkgs/development/python-modules/python-http-client/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "python_http_client";
-  version = "3.3.4";
+  version = "3.3.5";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "sendgrid";
     repo = "python-http-client";
     rev = version;
-    sha256 = "sha256-wTXHq+tC+rfvmDZIWvcGhQZqm6DxOmx50BsX0c6asec=";
+    sha256 = "sha256-VSrh6t9p7Xb8HqAwcuDSUD2Pj3NcXeg7ygKLG2MHFxk=";
   };
 
   checkInputs = [
@@ -25,12 +25,6 @@ buildPythonPackage rec {
     pytestCheckHook
   ];
 
-  disabledTests = [
-    # Test is failing as the test is dynamic
-    # https://github.com/sendgrid/python-http-client/issues/153
-    "test__daterange"
-  ];
-
   pythonImportsCheck = [
     "python_http_client"
   ];