conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
149 stars 176 forks source link

Move `ulimit` workaround into `yum` reqs func #1961

Open jakirkham opened 3 months ago

jakirkham commented 3 months ago

Moves the ulimit workaround used with yum added in PR ( https://github.com/conda-forge/conda-smithy/pull/1960 ) into the generate_yum_requirements function per this suggestion ( https://github.com/conda-forge/conda-smithy/pull/1960#discussion_r1651016211 ).

In the process this also fixes a formatting issue that occurs when cleaning up blank space with Jinja.


Checklist

jakirkham commented 3 months ago

Testing this out in PR: https://github.com/conda-forge/python-feedstock/pull/691