python3Packages.minio: fix cred tests
This commit is contained in:
parent
c73ef96b7e
commit
9716fcd940
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ faker mock nose pytestCheckHook ];
|
checkInputs = [ faker mock nose pytestCheckHook ];
|
||||||
|
# example credentials aren't present
|
||||||
|
pytestFlagsArray = [ "--ignore=tests/unit/credentials_test.py" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple APIs to access any Amazon S3 compatible object storage server";
|
description = "Simple APIs to access any Amazon S3 compatible object storage server";
|
||||||
|
|
Loading…
Reference in a new issue