python3Packages.mt-940: disable tests, no longer present

This commit is contained in:
Jonathan Ringer 2020-07-06 08:40:15 -07:00 committed by Jon
parent 11f0e9d21d
commit fc068404d7

View File

@ -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";