pythonPackages.mockito: disable tests
no longer packaged on pypi
This commit is contained in:
parent
37f161014f
commit
4984eb8b63
1 changed files with 2 additions and 3 deletions
|
@ -9,12 +9,11 @@ buildPythonPackage rec {
|
||||||
sha256 = "2a1cbae9d0aef4ae7586b03f2a463e8c5ba96aa937c0535ced4a5621f851feeb";
|
sha256 = "2a1cbae9d0aef4ae7586b03f2a463e8c5ba96aa937c0535ced4a5621f851feeb";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Failing tests due 2to3
|
|
||||||
doCheck = !isPy3k;
|
|
||||||
|
|
||||||
propagatedBuildInputs = stdenv.lib.optionals (!isPy3k) [ funcsigs ];
|
propagatedBuildInputs = stdenv.lib.optionals (!isPy3k) [ funcsigs ];
|
||||||
checkInputs = [ pytest numpy ];
|
checkInputs = [ pytest numpy ];
|
||||||
|
|
||||||
|
# tests are no longer packaged in pypi tarball
|
||||||
|
doCheck = false;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest
|
pytest
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue