pythonPackages.ppft: disable tests

tests are no longer packaged with pypi package
This commit is contained in:
Jonathan Ringer 2019-12-24 01:28:23 -08:00 committed by Frederik Rietdijk
parent fc5373cbc2
commit 8ab3ba1f23

View File

@ -13,12 +13,11 @@ buildPythonPackage rec {
sha256 = "9e2173042edd5cc9c7bee0d7731873f17fcdce0e42e4b7ab68857d0de7b631fc";
};
checkPhase = ''
python -m ppft.tests
'';
propagatedBuildInputs = [ six ];
# tests no longer packages on pypi
doCheck = false;
meta = with stdenv.lib; {
description = "Distributed and parallel python";
homepage = https://github.com/uqfoundation;