cfv: avoid file descriptor warn from tests
See: https://github.com/cfv-project/cfv/issues/22
This commit is contained in:
@@ -24,6 +24,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
cd test
|
||||
ulimit -n 4096
|
||||
python3 test.py
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user