Merge pull request #281397 from dotlambda/poetry-fix-darwin

poetry: fix tests on Darwin
This commit is contained in:
Robert Schütz 2024-01-17 07:24:22 +01:00 committed by GitHub
commit a11119e186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@
, pytest-mock , pytest-mock
, pytest-xdist , pytest-xdist
, pythonAtLeast , pythonAtLeast
, darwin
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -110,6 +111,8 @@ buildPythonPackage rec {
httpretty httpretty
pytest-mock pytest-mock
pytest-xdist pytest-xdist
] ++ lib.optionals stdenv.isDarwin [
darwin.ps
]; ];
preCheck = ('' preCheck = (''