David Robertson
8e50299d8b
Fix track_memory_usage
on poetry-core 1.3.x installations ( #14221 )
...
* 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.
* Changelog
2022-10-18 13:59:04 +01:00
..
2022-10-13 08:02:11 -04:00
2022-10-17 11:32:11 -04:00
2022-10-12 06:46:13 -04:00
2022-10-04 07:06:41 -04:00
2022-10-18 13:59:04 +01:00
2022-08-23 21:53:37 -05:00
2022-09-28 12:31:53 +00:00
2022-10-14 13:48:33 +01:00
2022-10-18 12:33:18 +01:00
2022-10-07 11:39:45 -05:00
2022-09-30 17:36:28 +01:00
2022-10-07 13:35:44 +01:00
2022-10-06 10:22:36 +00:00
2022-10-12 12:15:52 -04:00
2022-10-14 14:11:27 -04:00
2022-08-11 14:04:20 +01:00
2022-10-17 11:32:11 -04:00
2022-08-24 14:13:12 -05:00
2022-05-31 12:04:53 +02:00
2022-09-28 10:39:03 +01:00
2022-08-11 14:04:20 +01:00
2022-10-18 12:33:18 +01:00
2022-10-14 12:30:05 +00:00
2022-10-11 12:42:11 +00:00
2022-10-07 15:19:59 +01:00
2022-09-07 11:08:20 +01:00
2022-10-05 10:12:48 -07:00
2021-10-13 08:42:41 +01:00
2022-09-08 15:54:36 +01:00
2022-09-23 14:33:28 +00:00
2022-10-17 16:02:39 -05:00