streamz: disable build for Python older than 3.6

This commit is contained in:
Tom Hunger 2020-09-20 22:30:29 +01:00 committed by Jon
parent 36f7a407ad
commit df84dcf53c

View File

@ -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 = ''