Project

Profile

Help

Issue #4254

closed

New rq release causes package conflict

Added by daviddavis over 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 46
Quarter:

Description

We're requiring rq >= 0.12 and redis < 3.0 but the new release of rq (0.13.0) requires redis >= 3.0 so our package requirements raise a conflict:

pkg_resources.ContextualVersionConflict: (redis 2.10.6 (/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages), Requirement.parse('redis>=3.0.0'), {'rq'})

I suggest we unpin the redis requirement and let pip install the right package based on what rq needs.

Added by David Davis over 5 years ago

Revision 8f725809 | View on GitHub

Unpin the redis requirement

We're requiring rq >= 0.12 and redis < 3.0 but the new release of rq (0.13.0) requires redis >= 3.0 so our package requirements raise a conflict. I suggest we unpin the redis requirement and let pip install the right package based on what rq needs.

fixes #4254 https://pulp.plan.io/issues/4254

Added by David Davis over 5 years ago

Revision 8f725809 | View on GitHub

Unpin the redis requirement

We're requiring rq >= 0.12 and redis < 3.0 but the new release of rq (0.13.0) requires redis >= 3.0 so our package requirements raise a conflict. I suggest we unpin the redis requirement and let pip install the right package based on what rq needs.

fixes #4254 https://pulp.plan.io/issues/4254

Actions #1

Updated by daviddavis over 5 years ago

  • Status changed from ASSIGNED to POST
Actions #2

Updated by daviddavis over 5 years ago

  • Sprint set to Sprint 46
Actions #3

Updated by Anonymous over 5 years ago

  • Status changed from POST to MODIFIED
Actions #4

Updated by daviddavis over 5 years ago

We removed the redis dependency altogether to instead let rq just require it:

https://github.com/pulp/pulp/pull/3793

Actions #5

Updated by daviddavis about 5 years ago

  • Tags Pulp 3 added
Actions #6

Updated by daviddavis almost 5 years ago

  • Sprint/Milestone set to 3.0.0
Actions #7

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #8

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF