You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/targets.ini currently stores Repositories = ... under [DEFAULT], which means it is treated as a target attribute and inherited by all target sections. Repositories are a GitHub configuration concern, not a per-environment target attribute.
Proposed fix
Move Repositories into a dedicated [github] section (or a separate github.ini / top-level config file), and update the code that reads it in tests/github_issues/conftest.py accordingly.
Background
tests/targets.inicurrently storesRepositories = ...under[DEFAULT], which means it is treated as a target attribute and inherited by all target sections. Repositories are a GitHub configuration concern, not a per-environment target attribute.Proposed fix
Move
Repositoriesinto a dedicated[github]section (or a separategithub.ini/ top-level config file), and update the code that reads it intests/github_issues/conftest.pyaccordingly.Notes
conftest.py.tests/targets.iniandtests/github_issues/conftest.py.