pythonPackages.pywatchman: disable python 3.x and disable tests
This commit is contained in:
parent
6a6d48be4e
commit
4a615d90af
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue