Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-poetry/poetry-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: python-poetry/poetry-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 6, 2025

  1. Configuration menu
    Copy the full SHA
    61081dd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#808)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    159a12a View commit details
    Browse the repository at this point in the history
  2. fix(test): mock get_vcs correctly

    Previously, the test suite relied on the test environment to be the same
    as that of a developer and hence implicitly providing a git boundary.
    This allowed for certain test cases using fixtures to fail when tests
    are run from the release sdist. This change mocks `get_vcs` to ensure
    that these cases pass as expected.
    
    Resolves: python-poetry/poetry#9967
    abn committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    5e5ae74 View commit details
    Browse the repository at this point in the history
Loading