python3Packages.requests_aws4auth: disable tests, no longer in pyip
This commit is contained in:
parent
b135e5f99a
commit
063116f13f
1 changed files with 4 additions and 0 deletions
|
@ -11,11 +11,15 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
||||
# pypi package no longer contains tests
|
||||
doCheck = false;
|
||||
checkPhase = ''
|
||||
cd requests_aws4auth
|
||||
${python.interpreter} test/requests_aws4auth_test.py
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "requests_aws4auth" ];
|
||||
|
||||
meta = {
|
||||
description = "Amazon Web Services version 4 authentication for the Python Requests library.";
|
||||
homepage = "https://github.com/sam-washington/requests-aws4auth";
|
||||
|
|
Loading…
Reference in a new issue