pythonPackages.requests: formatting

This commit is contained in:
Sandro Jäckel
2021-03-05 16:32:38 +01:00
parent ddabb069f9
commit ac8f57f172
@@ -34,7 +34,7 @@ buildPythonPackage rec {
]; ];
# AttributeError: 'KeywordMapping' object has no attribute 'get' # AttributeError: 'KeywordMapping' object has no attribute 'get'
doCheck = ! isPy27; doCheck = !isPy27;
disabledTests = [ disabledTests = [
# Disable tests that require network access and use httpbin # Disable tests that require network access and use httpbin