Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Support Python 3.10 in CI/local testing #465

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 3 commits into from
Dec 22, 2021

Conversation

dtrodrigues
Copy link
Contributor

Description

Adds CI support for Python 3.10 and bump pytest to a version which is compatible with 3.10.

Checklist

  • Add test cases to all the changes you introduce
  • Run ./script/format and ./script/test locally to ensure this change passes linter check and test
  • Test the changes on the local machine manually
  • Update the documentation for the changes

Expected behavior

Steps to Test This Pull Request

Additional context

pytest 6.2.5+ is needed for Python 3.10: https://docs.pytest.org/en/6.2.x/changelog.html#pytest-6-2-5-2021-08-29

@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #465 (1f37002) into master (1216a9e) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #465      +/-   ##
==========================================
+ Coverage   97.96%   98.04%   +0.07%     
==========================================
  Files          39       39              
  Lines        1424     1431       +7     
==========================================
+ Hits         1395     1403       +8     
+ Misses         29       28       -1     
Flag Coverage Δ
unittests 98.04% <100.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
commitizen/__version__.py 100.00% <100.00%> (ø)
commitizen/commands/check.py 100.00% <100.00%> (ø)
commitizen/changelog.py 96.47% <0.00%> (+0.70%) ⬆️

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 b009142...1f37002. Read the comment docs.

@woile woile merged commit 095f02e into commitizen-tools:master Dec 22, 2021
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.

2 participants