Skip to content

Conversation

@ryanhiebert
Copy link
Owner

@ryanhiebert ryanhiebert commented Dec 26, 2025

Name the pythonpath configuration after the pythonpath cli flag --pythonpath. Always configure the pythonpath if there is a pyproject.toml, a breaking change.

Rename the settings_module configuration to settings to match the cli flag -- settings. The old name is preserved for backward compatibility.

Deprecate using setup.cfg. It is kept for backward compatibility, but does not have feature parity with pyproject.toml.

Fix #11, fix #36

@codecov
Copy link

codecov bot commented Dec 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e6cedd0) to head (b5f3af4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           40        48    +8     
  Branches         7        10    +3     
=========================================
+ Hits            40        48    +8     

☔ View full report in Codecov by Sentry.
📢 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.

Name the pythonpath configuration after the `pythonpath` cli flag `--pythonpath`. Always configure the pythonpath if there is a pyproject.toml, a breaking change.

Rename the `settings_module` configuration to `settings` to match the cli flag `-- settings`. The old name is preserved for backward compatibility.

Deprecate using `setup.cfg`. It is kept for backward compatibility, but does not have feature parity with `pyproject.toml`.
@ryanhiebert ryanhiebert merged commit 53915aa into main Dec 26, 2025
39 checks passed
@ryanhiebert ryanhiebert deleted the pythonpath branch December 26, 2025 13:37
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.

support src layer Allow setting the automatically added path to a different directory

2 participants