Skip to content

PDM and Flit backend support - #205

Merged
bact merged 8 commits into
mainfrom
pdm-flit-backend-support
Sep 3, 2026
Merged

PDM and Flit backend support#205
bact merged 8 commits into
mainfrom
pdm-flit-backend-support

Conversation

@bact

@bact bact commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add PDM-backend/Flit-core metadata extraction and wheel file discovery
  • Vendor real-world sdist fixtures (setuptools/Poetry/Hatchling/Flit/PDM/uv_build) for regression testing, gated to skip when absent
  • Fix read_project() silently returning empty metadata for build-system-only pyproject.toml
  • Fix unresolved [tool.setuptools.dynamic] version = {attr = ...}
  • Split oversized _pyproject.py; scope a benign setuptools warning in test config

Related issue

Checklist

  • Tests pass (pytest)
  • Code formatted (ruff format)
  • Lints pass
    (ruff check src/ tests/,
    pylint src/ tests,
    mypy examples/ src/ tests/,
    pyright examples/ src/ tests/,
    pyrefly check examples/ src/ tests/)
  • CHANGELOG.md updated (if user-facing)
  • Docs updated (README.md / working-docs/ / docs/, if applicable)
  • Commits are signed off (git commit -s) -- see
    CONTRIBUTING.md

bact added 2 commits September 3, 2026 01:40
- Add PDM-backend/Flit-core metadata extraction and wheel file discovery
- Vendor real-world sdist fixtures for regression testing, gated to skip when absent

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@bact bact added enhancement New feature or request tests labels Sep 2, 2026
@codecov-commenter

codecov-commenter commented Sep 2, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.95%. Comparing base (1c2a762) to head (1a816c0).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #205    +/-   ##
========================================
  Coverage   99.95%   99.95%            
========================================
  Files         109      114     +5     
  Lines        8168     8359   +191     
  Branches     1438     1468    +30     
========================================
+ Hits         8164     8355   +191     
  Misses          3        3            
  Partials        1        1            

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

bact added 6 commits September 3, 2026 02:27
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@bact
bact merged commit 0e798e3 into main Sep 3, 2026
17 checks passed
@bact
bact deleted the pdm-flit-backend-support branch September 3, 2026 04:58
@bact bact changed the title Pdm flit backend support PDM and Flit backend support Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants