[Django] #23072: Release tarball is missing django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html

3 views
Skip to first unread message

Django

unread,
Jul 21, 2014, 7:05:09 PM7/21/14
to django-...@googlegroups.com
#23072: Release tarball is missing
django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html
---------------------------------+----------------------
Reporter: rhertzog | Owner: nobody
Type: Bug | Status: new
Component: Packaging | Version: 1.7-rc-1
Severity: Release blocker | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Easy pickings: 0 | UI/UX: 0
---------------------------------+----------------------
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.

--
Ticket URL: <https://code.djangoproject.com/ticket/23072>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jul 22, 2014, 4:47:27 AM7/22/14
to django-...@googlegroups.com
#23072: Release tarball is missing
django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html
-----------------------------+----------------------------
Reporter: rhertzog | Owner: nobody
Type: Bug | Status: closed
Component: Packaging | Version: 1.7-rc-1
Severity: Release blocker | Resolution: fixed

Keywords: | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 0
UI/UX: 0 |
-----------------------------+----------------------------
Changes (by Claude Paroz <claude@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"a2d0831e4242b97e0378414c4379ad8d3030ed6e"]:
{{{
#!CommitTicketReference repository=""
revision="a2d0831e4242b97e0378414c4379ad8d3030ed6e"
Fixed #23072 -- Added missing formtools test templates in tarball

The lack of this file breaks the test suite.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23072#comment:1>

Django

unread,
Jul 22, 2014, 4:48:26 AM7/22/14
to django-...@googlegroups.com
#23072: Release tarball is missing
django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html
-----------------------------+----------------------------
Reporter: rhertzog | Owner: nobody
Type: Bug | Status: closed
Component: Packaging | Version: 1.7-rc-1
Severity: Release blocker | Resolution: fixed

Keywords: | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 0
UI/UX: 0 |
-----------------------------+----------------------------

Comment (by Claude Paroz <claude@…>):

In [changeset:"2c6ef625ad73c38769f086733356e37a938b69c3"]:
{{{
#!CommitTicketReference repository=""
revision="2c6ef625ad73c38769f086733356e37a938b69c3"
[1.7.x] Fixed #23072 -- Added missing formtools test templates in tarball

The lack of this file breaks the test suite.

Backport of a2d0831e42 from master.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23072#comment:2>

Reply all
Reply to author
Forward
0 new messages