diff options
Diffstat (limited to 'pkgs/development/python-modules/certbot-dns-route53/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/certbot-dns-route53/default.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/certbot-dns-route53/default.nix b/pkgs/development/python-modules/certbot-dns-route53/default.nix index 7637aec52b88..798631b0c79e 100644 --- a/pkgs/development/python-modules/certbot-dns-route53/default.nix +++ b/pkgs/development/python-modules/certbot-dns-route53/default.nix @@ -1,9 +1,10 @@ -{ buildPythonPackage -, acme -, boto3 -, certbot -, pytestCheckHook -, pythonOlder +{ + buildPythonPackage, + acme, + boto3, + certbot, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -19,9 +20,7 @@ buildPythonPackage rec { certbot ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" |
