cfv: avoid file descriptor warn from tests

See: https://github.com/cfv-project/cfv/issues/22
This commit is contained in:
jjtt
2025-01-29 20:58:40 +02:00
parent 59a791c197
commit 5ad45e8e4d
+1
View File
@@ -24,6 +24,7 @@ python3.pkgs.buildPythonApplication rec {
checkPhase = ''
runHook preCheck
cd test
ulimit -n 4096
python3 test.py
runHook postCheck
'';