Skip to content

Commit

Permalink
streamz: disable build for Python older than 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
teh authored and Jon committed Sep 23, 2020
1 parent 36f7a40 commit df84dcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/streamz/default.nix
Expand Up @@ -10,6 +10,7 @@
, toolz
, tornado
, zict
, pythonOlder
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -38,6 +39,8 @@ buildPythonPackage rec {
requests
];

disabled = pythonOlder "3.6";

# Disable test_tcp_async because fails on sandbox build
# disable kafka tests
checkPhase = ''
Expand Down

0 comments on commit df84dcf

Please sign in to comment.