python3Packages.requests_aws4auth: disable tests, no longer in pyip

This commit is contained in:
Jonathan Ringer 2020-11-05 15:25:36 -08:00
parent b135e5f99a
commit 063116f13f

View file

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