singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
1.01k stars 158 forks source link

use `del obj.name` as invalidate_cached_property is deprecated #382

Closed singingwolfboy closed 2 years ago

singingwolfboy commented 2 years ago

This is #375 rebased onto the latest main branch.

codecov[bot] commented 2 years ago

Codecov Report

Merging #382 (1ca351a) into main (477b69a) will increase coverage by 0.89%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
+ Coverage   92.94%   93.84%   +0.89%     
==========================================
  Files          35       35              
  Lines        1077     1072       -5     
==========================================
+ Hits         1001     1006       +5     
+ Misses         76       66      -10     
Impacted Files Coverage Δ
flask_dance/utils.py 97.05% <ø> (-0.17%) :arrow_down:
flask_dance/consumer/base.py 91.01% <100.00%> (+6.74%) :arrow_up:
flask_dance/consumer/oauth1.py 69.31% <100.00%> (+1.90%) :arrow_up:
flask_dance/consumer/oauth2.py 92.38% <100.00%> (+1.81%) :arrow_up:
flask_dance/consumer/requests.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 477b69a...1ca351a. Read the comment docs.