GetDKAN / ddev-dkan

DDEV add-on for DKAN.
https://getdkan.github.io/ddev-dkan/
Apache License 2.0
3 stars 2 forks source link

Fix failing HEAD tests #46

Closed paul-m closed 6 months ago

paul-m commented 6 months ago

ddev HEAD seems to have changed its PHP images to not include python, or more to the point pip. This means we can't just use it to install yq. The obvious question is: Why do we need yq? And the answer is: We did, and now we don't. I looked through the codebase here to find where we use yq, and couldn't find any usages. I believe we had it to support adding test users in a yaml format. Therefore, we remove the extra Dockerfile for the PHP container.