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

Removing distutils from tests #1773

Merged
merged 3 commits into from
Dec 8, 2021
Merged

Conversation

chayim
Copy link
Contributor

@chayim chayim commented Dec 2, 2021

fixes #1771

@chayim chayim added the maintenance Maintenance (CI, Releases, etc) label Dec 2, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2021

Codecov Report

Merging #1773 (b873ce7) into master (11b1463) will increase coverage by 13.29%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1773       +/-   ##
===========================================
+ Coverage   80.97%   94.27%   +13.29%     
===========================================
  Files          74       74               
  Lines       15062    15696      +634     
===========================================
+ Hits        12197    14797     +2600     
+ Misses       2865      899     -1966     
Impacted Files Coverage Δ
tests/test_cluster.py 98.54% <ø> (+83.71%) ⬆️
tests/test_commands.py 99.38% <ø> (+0.26%) ⬆️
tests/conftest.py 91.87% <100.00%> (+13.80%) ⬆️
tests/test_search.py 99.02% <100.00%> (+0.31%) ⬆️
tests/test_retry.py 100.00% <0.00%> (ø)
tests/test_pipeline.py 100.00% <0.00%> (ø)
tests/test_scripting.py 100.00% <0.00%> (ø)
tests/test_timeseries.py 100.00% <0.00%> (ø)
redis/commands/json/path.py 100.00% <0.00%> (ø)
tests/test_command_parser.py 100.00% <0.00%> (ø)
... and 37 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 11b1463...b873ce7. Read the comment docs.

@chayim chayim merged commit bba31cd into redis:master Dec 8, 2021
@chayim chayim deleted the ck-notestdistutils branch December 8, 2021 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance (CI, Releases, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove distutils from test code
3 participants