Skip to content

Python2 support drop #335

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
May 21, 2021
Merged

Python2 support drop #335

merged 1 commit into from
May 21, 2021

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented May 21, 2021

Backward incompatibilities

  • Python2 support drop

Fixes #331

@codecov
Copy link

codecov bot commented May 21, 2021

Codecov Report

Merging #335 (87c9f85) into master (23a8b57) will decrease coverage by 0.83%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
- Coverage   96.65%   95.82%   -0.84%     
==========================================
  Files          80       79       -1     
  Lines        1643     1627      -16     
==========================================
- Hits         1588     1559      -29     
- Misses         55       68      +13     
Impacted Files Coverage Δ
openapi_core/casting/schemas/util.py 100.00% <100.00%> (ø)
openapi_core/contrib/django/requests.py 100.00% <100.00%> (ø)
openapi_core/contrib/flask/requests.py 93.33% <100.00%> (ø)
openapi_core/contrib/requests/requests.py 100.00% <100.00%> (ø)
openapi_core/deserializing/media_types/util.py 100.00% <100.00%> (ø)
openapi_core/schema/schemas.py 100.00% <100.00%> (ø)
openapi_core/schema/servers.py 100.00% <100.00%> (ø)
openapi_core/templating/paths/finders.py 100.00% <100.00%> (ø)
openapi_core/testing/requests.py 100.00% <100.00%> (ø)
...penapi_core/unmarshalling/schemas/unmarshallers.py 94.82% <100.00%> (-0.06%) ⬇️
... and 4 more

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 23a8b57...87c9f85. Read the comment docs.

@p1c2u p1c2u force-pushed the feature/python2-support-drop branch from 6b796ae to 87c9f85 Compare May 21, 2021 17:50
@p1c2u p1c2u merged commit f34542e into master May 21, 2021
@p1c2u p1c2u deleted the feature/python2-support-drop branch May 21, 2021 17:54
@p1c2u p1c2u linked an issue May 21, 2021 that may be closed by this pull request
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.

Drop support for Python 2.7? Test fail with pytest5 release due to syntax change
1 participant