diff options
Diffstat (limited to 'pkgs/development/python-modules/keyrings-cryptfile/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/keyrings-cryptfile/default.nix | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/keyrings-cryptfile/default.nix b/pkgs/development/python-modules/keyrings-cryptfile/default.nix index 1621bcb30d95..d9cd3f4a0e04 100644 --- a/pkgs/development/python-modules/keyrings-cryptfile/default.nix +++ b/pkgs/development/python-modules/keyrings-cryptfile/default.nix @@ -1,11 +1,12 @@ -{ lib -, argon2-cffi -, buildPythonPackage -, fetchPypi -, keyring -, pycryptodome -, pytestCheckHook -, pythonOlder +{ + lib, + argon2-cffi, + buildPythonPackage, + fetchPypi, + keyring, + pycryptodome, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -32,13 +33,9 @@ buildPythonPackage rec { pycryptodome ]; - pythonImportsCheck = [ - "keyrings.cryptfile" - ]; + pythonImportsCheck = [ "keyrings.cryptfile" ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # FileNotFoundError: [Errno 2] No such file or directory: '/build/... |
