diff options
Diffstat (limited to 'pkgs/development/python-modules/pytest-catchlog/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pytest-catchlog/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-catchlog/default.nix b/pkgs/development/python-modules/pytest-catchlog/default.nix index 4fbfd57fe583..41cb34b61068 100644 --- a/pkgs/development/python-modules/pytest-catchlog/default.nix +++ b/pkgs/development/python-modules/pytest-catchlog/default.nix @@ -1,4 +1,10 @@ -{ lib, buildPythonPackage, fetchPypi, pytest, unzip }: +{ + lib, + buildPythonPackage, + fetchPypi, + pytest, + unzip, +}: buildPythonPackage rec { pname = "pytest-catchlog"; |
