about summary refs log tree commit diff
path: root/pkgs/development/python-modules/crate
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-03-02 16:26:35 +0200
committerDoron Behar <doron.behar@gmail.com>2023-03-02 17:23:55 +0200
commit5a207fd8c963affc6803378a25c0ad0e8daf6822 (patch)
treed3d16bd0112920652b26f4c74d2b19aa30d720d9 /pkgs/development/python-modules/crate
parent2e8194d47b7970f017f3d4e8896a605f62c69c95 (diff)
python3.pkgs.crate: 0.29.0 -> 0.30.0
Diffstat (limited to 'pkgs/development/python-modules/crate')
-rw-r--r--pkgs/development/python-modules/crate/default.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/crate/default.nix b/pkgs/development/python-modules/crate/default.nix
index 5ba9a0f7695a5..198c0662351b0 100644
--- a/pkgs/development/python-modules/crate/default.nix
+++ b/pkgs/development/python-modules/crate/default.nix
@@ -12,12 +12,12 @@
 
 buildPythonPackage rec {
   pname = "crate";
-  version = "0.29.0";
+  version = "0.30.0";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-SywW/b4DnVeSzzRiHbDaKTjcuwDnkwrK6vFfaQVIZhQ=";
+    sha256 = "sha256-8xraDCFZbpJZsh3sO5VlSHwnEfH4u4AJZkXA+L4TB60=";
   };
 
   propagatedBuildInputs = [
@@ -32,8 +32,15 @@ buildPythonPackage rec {
   ];
 
   disabledTests = [
-    # network access
+    # the following tests require network access
     "test_layer_from_uri"
+    "test_additional_settings"
+    "test_basic"
+    "test_cluster"
+    "test_default_settings"
+    "test_dynamic_http_port"
+    "test_environment_variables"
+    "test_verbosity"
   ];
 
   disabledTestPaths = [