Loading pkgs/by-name/po/poetry/plugins/poetry-plugin-shell.nix +11 −5 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ buildPythonPackage, fetchFromGitHub, lib, stdenv, pexpect, poetry, poetry-core, Loading @@ -9,6 +10,7 @@ pytest-xdist, pytestCheckHook, shellingham, darwin, }: buildPythonPackage rec { Loading @@ -34,10 +36,14 @@ buildPythonPackage rec { shellingham ]; nativeCheckInputs = [ nativeCheckInputs = [ pytest-mock pytest-xdist pytestCheckHook ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.ps ]; meta = { Loading pkgs/by-name/po/poetry/unwrapped.nix +7 −12 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ httpretty, pytest-mock, pytest-xdist, darwin, }: buildPythonPackage rec { Loading Loading @@ -110,16 +109,12 @@ buildPythonPackage rec { --zsh <($out/bin/poetry completions zsh) \ ''; nativeCheckInputs = [ nativeCheckInputs = [ deepdiff pytestCheckHook httpretty pytest-mock pytest-xdist ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.ps ]; preCheck = ( Loading Loading
pkgs/by-name/po/poetry/plugins/poetry-plugin-shell.nix +11 −5 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ buildPythonPackage, fetchFromGitHub, lib, stdenv, pexpect, poetry, poetry-core, Loading @@ -9,6 +10,7 @@ pytest-xdist, pytestCheckHook, shellingham, darwin, }: buildPythonPackage rec { Loading @@ -34,10 +36,14 @@ buildPythonPackage rec { shellingham ]; nativeCheckInputs = [ nativeCheckInputs = [ pytest-mock pytest-xdist pytestCheckHook ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.ps ]; meta = { Loading
pkgs/by-name/po/poetry/unwrapped.nix +7 −12 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ httpretty, pytest-mock, pytest-xdist, darwin, }: buildPythonPackage rec { Loading Loading @@ -110,16 +109,12 @@ buildPythonPackage rec { --zsh <($out/bin/poetry completions zsh) \ ''; nativeCheckInputs = [ nativeCheckInputs = [ deepdiff pytestCheckHook httpretty pytest-mock pytest-xdist ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.ps ]; preCheck = ( Loading