23 buildPythonPackage rec {
28 disabled = pythonOlder "3.6";
31 inherit pname version;
32 hash = "sha256-VXfWkEwuxInBQVQJV3IQXgGVRkiBmYfUZCBMbjyWNPM=";
35 build-system = [ setuptools ];
57 pythonImportsCheck = [ "streamz" ];
60 # Error with distutils version: fixture 'cleanup' not found
61 "test_separate_thread_without_time"
63 "test_partition_then_scatter_sync"
66 # Test fail in the sandbox
69 "test_partition_timeout"
77 "streamz/tests/test_kafka.py"
81 description = "Pipelines to manage continuous streams of data";
82 homepage = "https://github.com/python-streamz/streamz";
83 license = licenses.bsd3;