8000 Files included relatively in requirements.in file gets converted to absolute paths · Issue #2131 · jazzband/pip-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Files included relatively in requirements.in file gets converted to absolute paths #2131
Open
@rosen-dash

Description

@rosen-dash

Originally reported here - pypa/pip#13055

Environment Versions

  1. OS Type: MacOS 15.0.1, Ubuntu 24.04
  2. Python version: $ python -V Python 3.9.6
  3. pip version: $ pip --version pip 24.3.1
  4. pip-tools version: $ pip-compile --version 7.4.1

Steps to replicate

Sample repo in referred issue.

With pip 24.2

backoff==2.2.1
    # via -r requirements.in

With pip 24.3.1

backoff==2.2.1
    # via -r /Users/rosen/Personal/sample/requirements.in

Expected result

The relative references should be preserved

Actual result

Relative paths get replaced with absolute paths

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0