ryankert01 opened a new issue, #829: URL: https://github.com/apache/mahout/issues/829
### Description Remove redundant configuration from `qdp/qdp-python/pyproject.toml` now that tests and dev dependencies are consolidated in the root. ### Context After Issues #3 and #4 are complete, the qdp-python `pyproject.toml` will have orphaned configuration that should be removed. ### Acceptance Criteria - [ ] Remove `[dependency-groups].dev` section (moved to root) - [ ] Remove `[tool.pytest.ini_options]` section (consolidated in root) - [ ] Keep `[dependency-groups].benchmark` (heavy deps specific to benchmarking) - [ ] Keep `[build-system]`, `[project]`, `[tool.maturin]` sections - [ ] Verify `maturin develop` still works - [ ] Verify benchmarks can still be run with `uv sync --group benchmark` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
