pythonPackages.requests: formatting

This commit is contained in:
Sandro Jäckel 2021-03-04 12:34:04 +01:00
parent ddabb069f9
commit ac8f57f172
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
];
# AttributeError: 'KeywordMapping' object has no attribute 'get'
doCheck = ! isPy27;
doCheck = !isPy27;
disabledTests = [
# Disable tests that require network access and use httpbin