pythonPackages.joblib: Disable flaky test (#46439)
The test `test_nested_parallelism_limit` fails on darwin.
This commit is contained in:
parent
5e0c468737
commit
6f891ff66e
@ -18,7 +18,9 @@ buildPythonPackage rec {
|
||||
checkInputs = [ sphinx numpydoc pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test -k 'not test_disk_used and not test_nested_parallel_warnings' joblib/test
|
||||
py.test -k 'not test_disk_used and \
|
||||
not test_nested_parallel_warnings and \
|
||||
not test_nested_parallelism_limit' joblib/test
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user