[Webkit-unassigned] [Bug 209017] New: pep8.py:110: FutureWarning: Possible nested set at position 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 13:48:55 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209017

            Bug ID: 209017
           Summary: pep8.py:110: FutureWarning: Possible nested set at
                    position 1
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org

This warning occurs when running webkit-patch with python 3.7.6:

$ webkit-patch upload --request-commit
/home/mcatanzaro/Projects/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/pep8.py:110: FutureWarning: Possible nested set at position 1
  EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')

I think we need to update our autoinstalled modules to replace pep8 with its replacement, pycodestyle.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200312/aef57f13/attachment.htm>


More information about the webkit-unassigned mailing list