diff options
Diffstat (limited to 'pkgs/development/python-modules/pyfxa/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pyfxa/default.nix | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/pkgs/development/python-modules/pyfxa/default.nix b/pkgs/development/python-modules/pyfxa/default.nix index 259370299db2..3332c711bfb3 100644 --- a/pkgs/development/python-modules/pyfxa/default.nix +++ b/pkgs/development/python-modules/pyfxa/default.nix @@ -1,18 +1,19 @@ -{ lib -, buildPythonPackage -, cryptography -, fetchPypi -, grequests -, hawkauthlib -, mock -, pybrowserid -, pyjwt -, pytestCheckHook -, pythonOlder -, requests -, responses -, setuptools -, six +{ + lib, + buildPythonPackage, + cryptography, + fetchPypi, + grequests, + hawkauthlib, + mock, + pybrowserid, + pyjwt, + pytestCheckHook, + pythonOlder, + requests, + responses, + setuptools, + six, }: buildPythonPackage rec { @@ -28,9 +29,7 @@ buildPythonPackage rec { hash = "sha256-DMFZl1hbYNaScOTWkAbK2nKti6wD5SS5A30q7TW5vO4="; }; - build-system = [ - setuptools - ]; + build-system = [ setuptools ]; dependencies = [ cryptography @@ -49,9 +48,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "fxa" - ]; + pythonImportsCheck = [ "fxa" ]; disabledTestPaths = [ # Requires network access |
