21 buildPythonPackage rec {
24 format = "setuptools";
26 disabled = pythonOlder "3.6";
29 inherit pname version;
30 hash = "sha256-VXfWkEwuxInBQVQJV3IQXgGVRkiBmYfUZCBMbjyWNPM=";
33 propagatedBuildInputs = [
51 pythonImportsCheck = [
56 # Error with distutils version: fixture 'cleanup' not found
57 "test_separate_thread_without_time"
59 "test_partition_then_scatter_sync"
62 # Test fail in the sandbox
65 "test_partition_timeout"
73 "streamz/tests/test_kafka.py"
77 broken = stdenv.isDarwin;
78 description = "Pipelines to manage continuous streams of data";
79 homepage = "https://github.com/python-streamz/streamz";
80 license = licenses.bsd3;
81 maintainers = with maintainers; [ costrouc ];