pythonPackages.ppft: disable tests
tests are no longer packaged with pypi package
This commit is contained in:
parent
fc5373cbc2
commit
8ab3ba1f23
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user