Changeset f6e00248 in trunk


Ignore:
Timestamp:
2019-01-24T15:23:26Z (6 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
Branches:
master
Children:
414f84e
Parents:
dcb4a21
Message:

Explicitly select a pyflakes version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified setup.py

    rdcb4a21 rf6e00248  
    257257          ':sys_platform=="win32"': ["pypiwin32"],
    258258          "test": [
    259               "pyflakes",
     259              # Pin a specific pyflakes so we don't have different folks
     260              # disagreeing on what is or is not a lint issue.  We can bump
     261              # this version from time to time, but we will do it
     262              # intentionally.
     263              "pyflakes == 2.1.0",
    260264              "coverage",
    261265              "mock",
Note: See TracChangeset for help on using the changeset viewer.