pinning in .fixtures.yml is an antipattern and should be avoided. Best practice in the ecosystem is that modules pull in the main/HEAD branch of their dependencies via .fixtures.yml and in acceptance tests actual releases via metadata.json are/should be used.
pinning in .fixtures.yml is an antipattern and should be avoided. Best practice in the ecosystem is that modules pull in the main/HEAD branch of their dependencies via .fixtures.yml and in acceptance tests actual releases via metadata.json are/should be used.