pythonPackages.pywatchman: disable python 3.x and disable tests

This commit is contained in:
Frederik Rietdijk 2017-03-14 17:09:20 +01:00
parent 6a6d48be4e
commit 4a615d90af
1 changed files with 5 additions and 0 deletions

View File

@ -10059,6 +10059,11 @@ in {
substituteInPlace pywatchman/__init__.py \
--replace "'watchman'" "'${pkgs.watchman}/bin/watchman'"
'';
# SyntaxError
disabled = isPy3k;
# No tests in archive
doCheck = false;
};
zope_tales = buildPythonPackage rec {