Merge pull request #219163 from viraptor/questionary-fds
python310Packages.questionary: increase open files for testing
This commit is contained in:
commit
3a518c1968
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
preCheck = lib.optionalString stdenv.isDarwin ''
|
||||
ulimit -n 1024
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# TypeError: <lambda>() missing 1 required...
|
||||
"test_print_with_style"
|
||||
|
|
Loading…
Reference in a new issue