Skip to content

Conversation

@ryankert01
Copy link
Member

Purpose of PR

  • Consolidate dev dependencies in root pyproject.toml
  • Add qdp-dev dependency group for QDP build tools (maturin, patchelf, torch, numpy)
  • Align pytest version to >=9.0.1 (matching qdp-python)
  • Add pytest markers configuration for gpu and slow
  • pyproject.toml: Add qdp-dev group, bump pytest, add markers

Usage

uv sync --group dev                      # Base dev tools 
uv sync --group dev --group qdp-dev      # Include QDP build tools 

Related Issues or PRs

Closes #827

Changes Made

  • Bug fix
  • New feature
  • Refactoring
  • Documentation
  • Test
  • CI/CD pipeline
  • Other

Breaking Changes

  • Yes
  • No

Checklist

  • Added or updated unit tests for all changes
  • Added or updated documentation for all changes
  • Successfully built and ran all unit tests or manual tests locally
  • PR title follows "MAHOUT-XXX: Brief Description" format (if related to an issue)
  • Code follows ASF guidelines

  - Consolidate dev dependencies in root `pyproject.toml`
  - Add `qdp-dev` dependency group for QDP build tools (maturin, patchelf, torch, numpy)
  - Align pytest version to `>=9.0.1` (matching qdp-python)
  - Add pytest markers configuration for `gpu` and `slow`
@ryankert01 ryankert01 self-assigned this Jan 15, 2026
Copy link
Contributor

@viiccwen viiccwen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@guan404ming guan404ming merged commit 4ece659 into apache:main Jan 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consolidate dev dependencies in root pyproject.toml

3 participants