Merge pull request #219163 from viraptor/questionary-fds

python310Packages.questionary: increase open files for testing
This commit is contained in:
Stanisław Pitucha 2023-03-10 20:30:59 +11:00 committed by GitHub
commit 3a518c1968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"