diff options
Diffstat (limited to 'pkgs/development/python-modules/jenkinsapi/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/jenkinsapi/default.nix | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/jenkinsapi/default.nix b/pkgs/development/python-modules/jenkinsapi/default.nix index 0fb7c3327db4..f9a48a833894 100644 --- a/pkgs/development/python-modules/jenkinsapi/default.nix +++ b/pkgs/development/python-modules/jenkinsapi/default.nix @@ -1,15 +1,16 @@ -{ lib -, buildPythonPackage -, fetchPypi -, flit-core -, mock -, pbr -, pytest-mock -, pytestCheckHook -, pytz -, requests -, setuptools -, six +{ + lib, + buildPythonPackage, + fetchPypi, + flit-core, + mock, + pbr, + pytest-mock, + pytestCheckHook, + pytz, + requests, + setuptools, + six, }: buildPythonPackage rec { @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-JGqYpj5h9UoV0WEFyxVIjFZwc030HobHrw1dnAryQLk="; }; - patches = [ - ./pytest-warn-none.patch - ]; + patches = [ ./pytest-warn-none.patch ]; nativeBuildInputs = [ flit-core @@ -59,5 +58,4 @@ buildPythonPackage rec { maintainers = with maintainers; [ drets ] ++ teams.deshaw.members; license = licenses.mit; }; - } |
