Merge pull request #281397 from dotlambda/poetry-fix-darwin
poetry: fix tests on Darwin
This commit is contained in:
commit
a11119e186
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
, pytest-mock
|
||||
, pytest-xdist
|
||||
, pythonAtLeast
|
||||
, darwin
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -110,6 +111,8 @@ buildPythonPackage rec {
|
|||
httpretty
|
||||
pytest-mock
|
||||
pytest-xdist
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.ps
|
||||
];
|
||||
|
||||
preCheck = (''
|
||||
|
|
Loading…
Reference in a new issue