Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add new
pytest.ini
and use --basetemp=/var/tmp
by default
Our test images can easily be 10GB and if /tmp is mounted via a tmpfs that can be too much for low memory systems. Hence switch to /var/tmp by default. Note that we do not really need 10GB as it's a sparse files but if /tmp is too small we still get ENOSPC.
- Loading branch information