You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't warn about tool.setuptools.dynamic.version when only using file finder
When setuptools-scm is used only for its file finder functionality
(no version inference), it's valid to use tool.setuptools.dynamic.version
for versioning. The warning should only be issued when setuptools-scm
is actually performing version inference.
Changes:
- Modified pyproject_reading.py to only warn when should_infer() is True
- Added test for file-finder-only case (no warning expected)
- Updated existing test with clarifying documentation
Fixes#1231
0 commit comments