poetry: Remove superfluous darwin.ps nativeCheckInput
This commit is contained in:
committed by
Morgan Larosa
parent
379d03c043
commit
48493f8a5f
@@ -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 = (
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user