Merge pull request #115048 from adisbladis/unbreak-requests
python2Packages.requests: Unbreak
This commit is contained in:
commit
893a78f411
@ -33,6 +33,9 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# AttributeError: 'KeywordMapping' object has no attribute 'get'
|
||||||
|
doCheck = ! isPy27;
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Disable tests that require network access and use httpbin
|
# Disable tests that require network access and use httpbin
|
||||||
"requests.api.request"
|
"requests.api.request"
|
||||||
@ -56,7 +59,5 @@ buildPythonPackage rec {
|
|||||||
homepage = "http://docs.python-requests.org/en/latest/";
|
homepage = "http://docs.python-requests.org/en/latest/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
# AttributeError: 'KeywordMapping' object has no attribute 'get'
|
|
||||||
broken = isPy27;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user