#16243 closed Bug (fixed)
model_forms tests won't run if PIL isn't installed
| Reported by: | Julien Phalip | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The model_forms tests won't run due to an import error if PIL isn't installed since the changes in [16358]. See attached patch.
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | 16243.model_forms-pil-tests.diff added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Confirmed. The attached patch fixes the problem for me.