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

Allowing poetry and redis-py to install together #1854

Merged
merged 1 commit into from Jan 10, 2022

Conversation

sbv-csis
Copy link
Contributor

@sbv-csis sbv-csis commented Jan 4, 2022

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Poetry is stuck with packaging ^20.4 (python-poetry/poetry#4752) for a while yet.
I don't see any pressing need for exactly >=21.3 in redis-py at the moment. This change would allow poetry==1.1.12 and redis-py==4.1.0 to be installed together

@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2022

Codecov Report

Merging #1854 (990060a) into master (15f315a) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1854      +/-   ##
==========================================
+ Coverage   93.60%   93.61%   +0.01%     
==========================================
  Files          76       76              
  Lines       16214    16214              
==========================================
+ Hits        15177    15179       +2     
+ Misses       1037     1035       -2     
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
tests/test_cluster.py 98.66% <0.00%> (+0.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 15f315a...990060a. Read the comment docs.

@chayim chayim added the maintenance Maintenance (CI, Releases, etc) label Jan 10, 2022
@chayim
Copy link
Contributor

chayim commented Jan 10, 2022

@sbv-csis Thanks for this! This relates well to another issue ( #1658 ) if you're interested in participating there!

@chayim chayim changed the title Allow for 20.4+ line of packaging Allowing poetry and redis-py to install together Jan 10, 2022
@chayim chayim merged commit 1fc1233 into redis:master Jan 10, 2022
dvora-h pushed a commit to dvora-h/redis-py that referenced this pull request Jan 11, 2022
This moves packaging to >=20.4 rather than the latest.
return42 added a commit to return42/searxng that referenced this pull request Jan 17, 2022
This reverts interim fix from commit 50c4b58 and adds requirement
`redis==4.1.1`.

The interim fix was needed by Alpine images (Docker) [1] and has been fixed in
commit [2] merged with the patch series from [3]

[1] redis/redis-py#1869
[2] redis/redis-py@1fc1233f
[3] redis/redis-py#1854

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
return42 added a commit to return42/searxng that referenced this pull request Jan 17, 2022
This reverts interim fix from commit 50c4b58 and adds requirement
`redis==4.1.1`.

The interim fix was needed by Alpine images (Docker) [1] and has been fixed in
commit [2] merged with the patch series from [3].  In redis-py version 4.1.1
this pach has been released on PyPi [4].

[1] redis/redis-py#1869
[2] redis/redis-py@1fc1233f
[3] redis/redis-py#1854
[4] redis/redis-py#1880

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
not-my-profile pushed a commit to not-my-profile/searxng that referenced this pull request Jan 23, 2022
This reverts interim fix from commit 50c4b58 and adds requirement
`redis==4.1.1`.

The interim fix was needed by Alpine images (Docker) [1] and has been fixed in
commit [2] merged with the patch series from [3].  In redis-py version 4.1.1
this pach has been released on PyPi [4].

[1] redis/redis-py#1869
[2] redis/redis-py@1fc1233f
[3] redis/redis-py#1854
[4] redis/redis-py#1880

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
dvora-h pushed a commit to dvora-h/redis-py that referenced this pull request Jan 25, 2022
This moves packaging to >=20.4 rather than the latest.
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.

None yet

3 participants