#23072 closed Bug (fixed)
Release tarball is missing django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html
Reported by: | Raphaël Hertzog | Owned by: | nobody |
---|---|---|---|
Component: | Packaging | Version: | 1.7-rc-1 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
And since the file is missing the test suite is failing in django.contrib.formtools.tests.wizard.wizardtests.tests.WizardTestKwargs.test_template with a "TemplateDoesNotExist: other_wizard_form.html" exception.
A simple fix is:
$ git diff diff --git a/MANIFEST.in b/MANIFEST.in index 01aa49a..cbd641c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -24,6 +24,7 @@ recursive-include django/contrib/auth/tests/templates * recursive-include django/contrib/comments/templates * recursive-include django/contrib/formtools/templates * recursive-include django/contrib/formtools/tests/templates * +recursive-include django/contrib/formtools/tests/wizard/wizardtests/templates * recursive-include django/contrib/flatpages/fixtures * recursive-include django/contrib/flatpages/tests/templates * recursive-include django/contrib/gis/static *
The problem also exists on the master branch.
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | 0001-Fix-23072-add-django-contrib-formtools-tests-wizard-.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In a2d0831e4242b97e0378414c4379ad8d3030ed6e: