python3Packages.minio: fix cred tests

This commit is contained in:
Jonathan Ringer 2020-09-08 13:57:50 -07:00 committed by Jon
parent c73ef96b7e
commit 9716fcd940

View file

@ -29,6 +29,8 @@ buildPythonPackage rec {
];
checkInputs = [ faker mock nose pytestCheckHook ];
# example credentials aren't present
pytestFlagsArray = [ "--ignore=tests/unit/credentials_test.py" ];
meta = with lib; {
description = "Simple APIs to access any Amazon S3 compatible object storage server";