Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.garth: format with nixfmt

+13 -16
+13 -16
pkgs/development/python-modules/garth/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchPypi 4 - , pdm-backend 5 - , pydantic 6 - , pytest-vcr 7 - , pytestCheckHook 8 - , pythonOlder 9 - , requests 10 - , requests-oauthlib 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchPypi, 5 + pdm-backend, 6 + pydantic, 7 + pytest-vcr, 8 + pytestCheckHook, 9 + pythonOlder, 10 + requests, 11 + requests-oauthlib, 11 12 }: 12 13 13 14 buildPythonPackage rec { ··· 22 23 hash = "sha256-WuGeZ2EggyhbEDIbjg4ffIFaj2DyHi8Tvowhoi5k2Os="; 23 24 }; 24 25 25 - build-system = [ 26 - pdm-backend 27 - ]; 26 + build-system = [ pdm-backend ]; 28 27 29 28 dependencies = [ 30 29 pydantic ··· 37 36 pytestCheckHook 38 37 ]; 39 38 40 - pythonImportsCheck = [ 41 - "garth" 42 - ]; 39 + pythonImportsCheck = [ "garth" ]; 43 40 44 41 disabledTests = [ 45 42 # Tests require network access