distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Lock dependency on Bottle #3626

Closed webbnh closed 1 month ago

webbnh commented 1 month ago

In Bottle 0.13.0 they made a change which prevents us from adding attributes to the bottle object, and this breaks our code.

This problem doesn't look difficult to address (they provide an API which yields similar support), but, as an immediate workaround, this PR locks our dependency on Bottle to pre-0.13.0.