Skip to content
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

Remove the dependency on six. #2806

Merged
merged 7 commits into from
Nov 16, 2022
Merged

Remove the dependency on six. #2806

merged 7 commits into from
Nov 16, 2022

Conversation

mcepl
Copy link
Contributor

@mcepl mcepl commented Nov 2, 2022

Replaces #2512

Leaves vendored six.py and tests/functional/test_six_threading.py intact.

Otherwise references of six were removed from everywhere and the code depends on the standard library instead.

Replaces #2512

Leaves vendored six.py and tests/functional/test_six_threading.py intact.

Otherwise references of six were removed from everywhere and the
code depends on the standard library instead.
Copy link
Contributor

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pared down PR, @mcepl! A couple minor comments, I believe the one around bytes should solve the test failures. Please let us know if you have any questions.

mcepl and others added 5 commits November 2, 2022 23:16
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Nov 3, 2022

Codecov Report

Base: 93.45% // Head: 93.44% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (787ff39) compared to base (534102d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2806      +/-   ##
===========================================
- Coverage    93.45%   93.44%   -0.01%     
===========================================
  Files           63       63              
  Lines        13298    13297       -1     
===========================================
- Hits         12427    12426       -1     
  Misses         871      871              
Impacted Files Coverage Δ
botocore/awsrequest.py 98.55% <ø> (ø)
botocore/httpsession.py 91.79% <ø> (-0.04%) ⬇️
botocore/compat.py 92.61% <100.00%> (-0.05%) ⬇️
botocore/configloader.py 97.91% <100.00%> (ø)
botocore/docs/bcdoc/docstringparser.py 99.15% <100.00%> (ø)
botocore/parsers.py 99.47% <100.00%> (+<0.01%) ⬆️
botocore/utils.py 78.46% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, it looks like this is set. Thanks @mcepl!

@nateprewitt nateprewitt merged commit 572be46 into boto:develop Nov 16, 2022
@mcepl mcepl deleted the no-six-io branch November 17, 2022 01:40
aws-sdk-python-automation added a commit that referenced this pull request Nov 17, 2022
* release-1.29.12:
  Bumping version to 1.29.12
  Update to latest partitions and endpoints
  Update to latest models
  Readd missing six import in compat (#2814)
  Remove the dependency on six (#2806)
  Move CI to release 3.11 build (#2813)
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.

3 participants