mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/black: increase max open file descriptors to 4096
Tests that start blackd server fail on arm builders with:
OSError: [Errno 24] No file descriptors available
The same issue appeared in a489f95448
This commit is contained in:
parent
49da68a571
commit
9893411e6d
@ -41,7 +41,7 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
ulimit -n 2048 # prevent running out of file descriptors
|
||||
ulimit -n 4096 # prevent running out of file descriptors
|
||||
./venv/bin/python3 -m pytest
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user