python3Packages.mt-940: disable tests, no longer present
This commit is contained in:
parent
11f0e9d21d
commit
fc068404d7
@ -15,10 +15,14 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pyyaml pytest ];
|
checkInputs = [ pyyaml pytest ];
|
||||||
|
|
||||||
|
# requires tests files that are not present
|
||||||
|
doCheck = false;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "mt940" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation";
|
description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation";
|
||||||
homepage = "https://github.com/WoLpH/mt940";
|
homepage = "https://github.com/WoLpH/mt940";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user