diff options
Diffstat (limited to 'pkgs/development/python-modules/openrouteservice/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/openrouteservice/default.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/openrouteservice/default.nix b/pkgs/development/python-modules/openrouteservice/default.nix index 72945907d4eb..ff279f3e3f28 100644 --- a/pkgs/development/python-modules/openrouteservice/default.nix +++ b/pkgs/development/python-modules/openrouteservice/default.nix @@ -1,4 +1,10 @@ -{ lib, buildPythonPackage, fetchFromGitHub, responses, pytestCheckHook }: +{ + lib, + buildPythonPackage, + fetchFromGitHub, + responses, + pytestCheckHook, +}: buildPythonPackage rec { pname = "openrouteservice"; @@ -12,7 +18,10 @@ buildPythonPackage rec { sha256 = "1d5qbygb81fhpwfdm1a118r3xv45xz9n9avfkgxkvw1n8y6ywz2q"; }; - nativeCheckInputs = [ pytestCheckHook responses ]; + nativeCheckInputs = [ + pytestCheckHook + responses + ]; disabledTests = [ # touches network |
