diff options
Diffstat (limited to 'pkgs/development/python-modules/pytest-services/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pytest-services/default.nix | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/pkgs/development/python-modules/pytest-services/default.nix b/pkgs/development/python-modules/pytest-services/default.nix index 0b6a8f8f87b5..d4ae297d0a1f 100644 --- a/pkgs/development/python-modules/pytest-services/default.nix +++ b/pkgs/development/python-modules/pytest-services/default.nix @@ -1,18 +1,19 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, fetchpatch -, psutil -, pylibmc -, pytest -, pytestCheckHook -, pythonOlder -, requests -, setuptools -, setuptools-scm -, toml -, mysqlclient -, zc-lockfile +{ + lib, + buildPythonPackage, + fetchFromGitHub, + fetchpatch, + psutil, + pylibmc, + pytest, + pytestCheckHook, + pythonOlder, + requests, + setuptools, + setuptools-scm, + toml, + mysqlclient, + zc-lockfile, }: buildPythonPackage rec { @@ -57,9 +58,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "pytest_services" - ]; + pythonImportsCheck = [ "pytest_services" ]; disabledTests = [ # Tests require binaries and additional parts |
