cfv: avoid file descriptor warn from tests

See: https://github.com/cfv-project/cfv/issues/22

jjtt 5ad45e8e 59a791c1

+1
+1
pkgs/by-name/cf/cfv/package.nix
··· 24 checkPhase = '' 25 runHook preCheck 26 cd test 27 python3 test.py 28 runHook postCheck 29 '';
··· 24 checkPhase = '' 25 runHook preCheck 26 cd test 27 + ulimit -n 4096 28 python3 test.py 29 runHook postCheck 30 '';