diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-23 00:13:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 00:13:17 +0000 |
| commit | 91c2e446669331ea416f5c9043839f7e73208413 (patch) | |
| tree | 2676a45187fcb97982aedd3f0fc7b6537ffe61ed /pkgs/development/python-modules/python-string-utils | |
| parent | 7707b7468c62aa4abf0232a25d9546336b6098f6 (diff) | |
| parent | 06b2dd21c06a753983a26ecfee51e8662c930ec7 (diff) | |
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/python-string-utils')
| -rw-r--r-- | pkgs/development/python-modules/python-string-utils/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/python-string-utils/default.nix b/pkgs/development/python-modules/python-string-utils/default.nix index 17619b1b4db7..1e962148703c 100644 --- a/pkgs/development/python-modules/python-string-utils/default.nix +++ b/pkgs/development/python-modules/python-string-utils/default.nix @@ -1,6 +1,7 @@ -{ lib -, buildPythonPackage -, fetchPypi +{ + lib, + buildPythonPackage, + fetchPypi, }: buildPythonPackage rec { @@ -13,7 +14,7 @@ buildPythonPackage rec { hash = "sha256-3PkGCwPwdkfApgNAjciwP4B/O1SgXG4Z6xRGAlb6wMs="; }; - pythonImportsCheck = ["string_utils"]; + pythonImportsCheck = [ "string_utils" ]; # tests are not available in pypi tarball doCheck = false; |
