[Django] #32221: Created migrations cant pass flake8 tests

2 views
Skip to first unread message

Django

unread,
Nov 22, 2020, 3:20:22 PM11/22/20
to django-...@googlegroups.com
#32221: Created migrations cant pass flake8 tests
---------------------------------------------+------------------------
Reporter: Ignacio Santolin | Owner: nobody
Type: Uncategorized | Status: new
Component: Testing framework | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
---------------------------------------------+------------------------
Any created migrations using "makemigrations" command pass flake8 tests

/migrations/0001_initial.py:39:128: E501 line too long (144 > 127
characters)
/migrations/0001_initial.py:40:128: E501 line too long (200 > 127
characters)
/migrations/0001_initial.py:41:128: E501 line too long (213 > 127
characters)
/migrations/0001_initial.py:42:128: E501 line too long (160 > 127
characters)
/migrations/0001_initial.py:50:128: E501 line too long (143 > 127
characters)
/migrations/0001_initial.py:54:128: E501 line too long (129 > 127
characters)
/migrations/0001_initial.py:57:128: E501 line too long (139 > 127
characters)
/migrations/0001_initial.py:66:128: E501 line too long (197 > 127
characters)
/migrations/0001_initial.py:68:128: E501 line too long (135 > 127
characters)
/migrations/0001_initial.py:69:128: E501 line too long (134 > 127
characters)
/migrations/0001_initial.py:86:128: E501 line too long (135 > 127
characters)
/migrations/0001_initial.py:89:128: E501 line too long (134 > 127
characters)
12 E501 line too long (144 > 127 characters)

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

Django

unread,
Nov 22, 2020, 3:36:46 PM11/22/20
to django-...@googlegroups.com
#32221: Created migrations cant pass flake8 tests
----------------------------------+--------------------------------------

Reporter: Ignacio Santolin | Owner: nobody
Type: Uncategorized | Status: closed
Component: Migrations | Version: 3.1
Severity: Normal | Resolution: duplicate

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

* status: new => closed
* resolution: => duplicate
* component: Testing framework => Migrations


Comment:

Duplicate of #30555.

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

Reply all
Reply to author
Forward
0 new messages