streamz: disable build for Python older than 3.6

This commit is contained in:
Tom Hunger
2020-09-22 23:07:46 -07:00
committed by Jon
parent 36f7a407ad
commit df84dcf53c
@@ -10,6 +10,7 @@
, toolz
, tornado
, zict
, pythonOlder
}:
buildPythonPackage rec {
@@ -38,6 +39,8 @@ buildPythonPackage rec {
requests
];
disabled = pythonOlder "3.6";
# Disable test_tcp_async because fails on sandbox build
# disable kafka tests
checkPhase = ''