Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix track_memory_usage on poetry-core 1.3.x installations #14221

Merged
merged 2 commits into from
Oct 18, 2022

Commits on Oct 18, 2022

  1. Fix track_memory_usage on poetry-core 1.3.x installations

    The same kind of problem as discussed in #14085:
    
    1. we defined an extra with an underscore
    2. we look it up at runtime with an underscore
    3. but poetry-core 1.3.x. installs it with a dash, causing (2) to fail.
    
    Fix by using a dash everywhere.
    David Robertson committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ce2c268 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    011ec6c View commit details
    Browse the repository at this point in the history