about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/python-modules/streamz/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/streamz/default.nix b/pkgs/development/python-modules/streamz/default.nix
index 592ce28b7a5b..f779862dc610 100644
--- a/pkgs/development/python-modules/streamz/default.nix
+++ b/pkgs/development/python-modules/streamz/default.nix
@@ -21,6 +21,12 @@ buildPythonPackage rec {
     sha256 = "cfdd42aa62df299f550768de5002ec83112136a34b44441db9d633b2df802fb4";
   };
 
+  # Pytest 4.x fails to collect streamz-dataframe tests.
+  # Removing them in v0.5.0. TODO: re-enable in a future release
+  postPatch = ''
+    rm -rf streamz/dataframe/tests/*.py
+  '';
+
   checkInputs = [ pytest networkx distributed confluent-kafka graphviz ];
   propagatedBuildInputs = [
     tornado