mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
pythonPackages.requests: formatting
This commit is contained in:
parent
ddabb069f9
commit
ac8f57f172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user