flask-testing
flask-testing copied to clipboard
Wekzeug library cached_property changed its namespace since version 1…
Starting from werkzeug version 1, the cached_property class has been relocated from here, in which it was flag already as deprecated: https://github.com/pallets/werkzeug/blob/0.16.x/src/werkzeug/init.py
into here:
https://github.com/pallets/werkzeug/blob/master/src/werkzeug/utils.py
In order to prevent issues in projects still using older versions of the library I am using a conditional import.
duplicate of https://github.com/jarus/flask-testing/pull/141?
yes it is a duplicated
Hey Guys - This is LONG STANDING issue - we SHOULD fix it. Lets fix the CI issue and Merge the PR.