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