diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 9e40aab4f70..18ba1860f96 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -11633,6 +11633,9 @@ in { sha256 = "07rqwfpbv13mk6gg8mf0bmvcf6siyffjpgai1xd8ky7r801j4xb4"; }; + # SyntaxError in tests. + disabled = isPy3k; + propagatedBuildInputs = with self; [ gevent ]; };