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 ];
|
||||
|
||||
# requires tests files that are not present
|
||||
doCheck = false;
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "mt940" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation";
|
||||
homepage = "https://github.com/WoLpH/mt940";
|
||||
|
Loading…
Reference in New Issue
Block a user