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

Command icon 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

cesarmolina created an issue. See original summary.

radimklaska made their first commit to this issue’s fork.

radimklaska’s picture

Status: Active » Needs review
berdir’s picture

Status: Needs review » Closed (duplicate)

We have fixed this elsewhere.

andyf’s picture

For anyone else looking for a patch, it's fixed by #3279885: Fix tests for Drupal 9 IIUC. Thanks!