Merge pull request #189128 from SuperSandro2000/python310Packages.geventhttpclient

This commit is contained in:
Sandro 2022-09-04 16:53:14 +02:00 committed by GitHub
commit 7d7476b113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "geventhttpclient";
version = "2.0";
version = "2.0.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-SegzLaon80HeCNk4h4KJs7dzaVzblvIpZRjC1uPr7JI=";
hash = "sha256-gTWoUgCxcN73KT0B3RVXkx/NG+wax4xSrXzt0iNoubo=";
};
propagatedBuildInputs = [
@ -36,6 +36,8 @@ buildPythonPackage rec {
urllib3
];
__darwinAllowLocalNetworking = true;
disabledTests = [
# socket.gaierror: [Errno -3] Temporary failure in name resolution
"test_client_simple"