Skip to content

Test on Python 3.9-dev to avoid surprises #438

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 1 commit into from
Jun 9, 2020

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Feb 24, 2020

Python 3.9 is in alpha, with beta in May and full release in October.

@hugovk

This comment has been minimized.

@hugovk

This comment has been minimized.

@codecov-io
Copy link

codecov-io commented Feb 26, 2020

Codecov Report

Merging #438 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #438   +/-   ##
======================================
  Coverage    90.6%   90.6%           
======================================
  Files          50      50           
  Lines        6983    6983           
  Branches     1328    1328           
======================================
  Hits         6327    6327           
  Misses        497     497           
  Partials      159     159

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 6c21db2...145035b. Read the comment docs.

@FelixSchwarz
Copy link

FelixSchwarz commented Jun 8, 2020

just wanted to add that testing the latest CPython version would be also good for Fedora. We are updating to new Python releases pretty quickly and CPython changed to an annual release cycle which fits better for Linux distros like Fedora.

Most packagers will report errors found during the mass rebuilds when transitioning to new CPython releases but of course it would be much more efficient if these were spotted upstream. :-)

@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2020

Codecov Report

Merging #438 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
+ Coverage   90.94%   90.99%   +0.05%     
==========================================
  Files          49       49              
  Lines        6933     6933              
  Branches     1321     1321              
==========================================
+ Hits         6305     6309       +4     
+ Misses        471      467       -4     
  Partials      157      157              
Impacted Files Coverage Δ
html5lib/tests/support.py 93.96% <0.00%> (+1.72%) ⬆️
html5lib/_utils.py 87.50% <0.00%> (+3.12%) ⬆️

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 93c3555...d583c0e. Read the comment docs.

@gsnedders gsnedders merged commit e749511 into html5lib:master Jun 9, 2020
@hugovk hugovk deleted the add-3.9-dev branch June 9, 2020 02:47
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.

5 participants