Closed (duplicate)
Project:
Config Distro
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2026 at 22:36 UTC
Updated:
1 Apr 2026 at 05:09 UTC
Jump to comment: Most recent
The config_distro_test module added in #2959209: Create rigurous tests currently depends on config_filter.
We need to remove that dependency.
Replace test config_filter plugin with event subscriber and remove dependency from test module.
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 #3
joegraduateThis is already being done in #3477940: Refactor config_distro_ignore to work without config_distro_filter module. and can't easily really be done separataely.