Skip to content

slapos.cookbook test: use environment variables to pass eggs directories

Jérome Perrin requested to merge fix/slapos-cookbook-test-eggdir into master

slapos.cookbook recipe tests sometimes manipulate buildout eggs working set, which will install packages from pypi. makeRecipe utilty function was guessing buildout egg folders by parsing builout.cfg, but now these are defined in an extended profile, so this stopped working. Instead of this fragile pattern, make the test software release pass the eggs directories with an explicit environment variable.

Merge request reports