Skip to content

Deprecation and test cleanup #1818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 28, 2020
Merged

Conversation

Tronic
Copy link
Member

@Tronic Tronic commented Mar 26, 2020

Drop app.remove_route and request.raw_args that have been deprecated for a long time. Fix all warnings in tests (mainly asyncio py36 vs. py38 incompatibility). On py38 we'll need the next yet unreleased version websockets>8.1 to get rid of the few remaining deprecated loop warnings.

@codecov
Copy link

codecov bot commented Mar 26, 2020

Codecov Report

Merging #1818 into master will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1818      +/-   ##
==========================================
+ Coverage   92.05%   92.15%   +0.09%     
==========================================
  Files          23       23              
  Lines        2342     2307      -35     
  Branches      435      425      -10     
==========================================
- Hits         2156     2126      -30     
+ Misses        143      141       -2     
+ Partials       43       40       -3     
Impacted Files Coverage Δ
sanic/request.py 99.62% <ø> (-0.01%) ⬇️
sanic/response.py 98.02% <ø> (-0.68%) ⬇️
sanic/router.py 97.04% <ø> (+1.48%) ⬆️
sanic/app.py 92.22% <100.00%> (+0.31%) ⬆️

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 120f026...651d74c. Read the comment docs.

@Tronic
Copy link
Member Author

Tronic commented Mar 27, 2020

Tagging for 20.3.

@yunstanford yunstanford merged commit 48800e6 into sanic-org:master Mar 28, 2020
@Tronic Tronic deleted the deprec-cleanup branch March 28, 2020 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants