Loading pkgs/development/python-modules/pytest-services/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ pylibmc, pytest, pytestCheckHook, pythonOlder, requests, setuptools-scm, toml, Loading @@ -19,8 +18,6 @@ buildPythonPackage rec { version = "2.2.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "pytest-dev"; repo = "pytest-services"; Loading @@ -28,14 +25,14 @@ buildPythonPackage rec { hash = "sha256-kWgqb7+3/hZKUz7B3PnfxHZq6yU3JUeJ+mruqrMD/NE="; }; nativeBuildInputs = [ build-system = [ setuptools-scm toml ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ dependencies = [ requests psutil zc-lockfile Loading Loading
pkgs/development/python-modules/pytest-services/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ pylibmc, pytest, pytestCheckHook, pythonOlder, requests, setuptools-scm, toml, Loading @@ -19,8 +18,6 @@ buildPythonPackage rec { version = "2.2.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "pytest-dev"; repo = "pytest-services"; Loading @@ -28,14 +25,14 @@ buildPythonPackage rec { hash = "sha256-kWgqb7+3/hZKUz7B3PnfxHZq6yU3JUeJ+mruqrMD/NE="; }; nativeBuildInputs = [ build-system = [ setuptools-scm toml ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ dependencies = [ requests psutil zc-lockfile Loading