Skip to content

dynamic.optional-dependencies from file in pyproject.toml don't work #13276

@priv-kweihmann

Description

@priv-kweihmann

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

pip

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2
updates:

  • package-ecosystem: "pip"
    directory: "/"
    schedule:
    interval: "daily"

Updated dependency

No response

What you expected to see, versus what you actually saw

Expected: dev dependencies are read from requirements-dev.txt from the same repo.
Actual: dependency_file_not_parseable

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

pyproject.toml with

[tool.setuptools]
dynamic.optional-dependencies = {dev = { file = ["requirements-dev.txt"] }}

and any requirement-dev.txt in the classic format

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions