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-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 = (''
|
||||||
|
|
Loading…
Reference in a new issue