Skip to content

PEP 517 config settings support #3080

@nschloe

Description

@nschloe

In #573, support for PEP 517 was added. From what I can tell, config settings support is still missing. Config settings are a dict that is passed to the build backend, e.g., setuptools. Pip implements this as --config-settings/-C, pypa-build as --config-setting/-C.

It'd be great if tox had some way of specifying config settings that a passed to the build backend, e.g.,

[testenv:.pkg]
config-settings = 
  foo = bar
  alpha = omega
  run = 256

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions