Skip to content

Add pip to dev requirements #4713

@david-stanley-94

Description

@david-stanley-94

Description

Context

  • Prevents dev requirements from being installed (though could bypass by calling uv add --dev pip)

Steps to Reproduce

  1. Clone repo
  2. Call uv sync in root to create venv
  3. Call uv run make install-test-requirements to run the make command within the venv

Expected Result

  • The test requirements should install

Actual Result

  • The python -m pip install "uv==0.4.29" command breaks:
(base) David_Stanley@M-L63HJK2K09 kedro % uv run make install-test-requirements
python -m pip install "uv==0.4.29"
/Users/David_Stanley/Temp/kedro/.venv/bin/python: No module named pip
make: *** [install-test-requirements] Error 1

Your Environment

  • Kedro version used (pip show kedro or kedro -V):
  • Python version used (python -V):
  • Operating system and version: macOS, 15.4.1 (24E263)

Metadata

Metadata

Assignees

No one assigned

    Labels

    CommunityIssue/PR opened by the open-source community

    Type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions