Problem/Motivation
after fresh composer install you get an error message
The 'core_version_requirement' constraint (9.2.4) requires the 'core' key not be set
in these 2 files
- /gathercontent/gathercontent_upload/tests/modules/gathercontent_upload_test_config/gathercontent_upload_test_config.info.yml
- /gathercontent/tests/modules/gathercontent_test/gathercontent_test.info.yml
Steps to reproduce
composer require drupal/gathercontent
drush updb and the message appears
Proposed resolution
remove core field from the 2 files
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork gathercontent-3232953
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
radimklaskaComment #5
berdirWe have fixed this elsewhere.
Comment #6
andyf commentedFor anyone else looking for a patch, it's fixed by #3279885: Fix tests for Drupal 9 IIUC. Thanks!