poetry: Remove superfluous darwin.ps nativeCheckInput

This commit is contained in:
Morgan Lokhorst
2025-01-30 18:07:57 +11:00
committed by Morgan Larosa
parent 379d03c043
commit 48493f8a5f
+7 -12
View File
@@ -32,7 +32,6 @@
httpretty,
pytest-mock,
pytest-xdist,
darwin,
}:
buildPythonPackage rec {
@@ -110,17 +109,13 @@ buildPythonPackage rec {
--zsh <($out/bin/poetry completions zsh) \
'';
nativeCheckInputs =
[
deepdiff
pytestCheckHook
httpretty
pytest-mock
pytest-xdist
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.ps
];
nativeCheckInputs = [
deepdiff
pytestCheckHook
httpretty
pytest-mock
pytest-xdist
];
preCheck = (
''