Opened 9 years ago

Closed 6 years ago

Last modified 6 years ago

#25277 closed Cleanup/optimization (fixed)

Remove python3-memcached from test dependencies

Reported by: Tim Graham Owned by: Tim Graham
Component: Core (Cache system) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

python-memcached has added Python 3 support, but there are two bugs in it that don't allow Django's test suite to pass:

Change History (3)

comment:1 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 770b9ea7:

Fixed #25277 -- Restored test dependency to the original python-memcached.

comment:2 by Tim Graham <timograham@…>, 6 years ago

In 22fc7a65:

[2.0.x] Fixed #25277 -- Restored test dependency to the original python-memcached.

Backport of 770b9ea77fb5e39d616e62b54c06755e6d4f4d36 from master

comment:3 by Tim Graham <timograham@…>, 6 years ago

In 06e4e803:

[1.11.x] Fixed #25277 -- Restored test dependency to the original python-memcached.

Backport of 770b9ea77fb5e39d616e62b54c06755e6d4f4d36 from master

Note: See TracTickets for help on using tickets.
Back to Top