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
Instead of re-exporting functions just to satisfy mocks, fix the tests
to mock the correct module where the functions actually live.
- Updated test_read_pyproject_with_given_definition to patch vcs_versioning._toml.read_toml_content instead of setuptools_scm._integration.pyproject_reading.read_toml_content
- Removed unnecessary re-export of read_toml_content
All tests now passing: 329 passed, 10 skipped, 1 xfailed
0 commit comments