Changeset d187e37 in trunk


Ignore:
Timestamp:
2020-01-13T15:49:02Z (6 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
4ae6cc9, e5abd35, f5f27b8
Parents:
e1acacd (diff), d4f909f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jean-Paul Calderone <exarkun@…> (2020-01-13 15:49:02)
git-committer:
GitHub <noreply@…> (2020-01-13 15:49:02)
Message:

Merge pull request #674 from tahoe-lafs/2941.codechecks-clean

Make "tox -e codechecks" clean

Fixes: ticket:2941

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tox.ini

    re1acacd rd187e37  
    8282         python misc/coding_tools/check-miscaptures.py
    8383
    84          # With pip >= 10 the existence of pyproject.toml (which we are
    85          # required to have to configure towncrier) triggers a "build
    86          # isolation" mode which prevents anything from working.  Avoid
    87          # triggering that pip behavior by keeping the towncrier configuration
    88          # somewhere else and only bringing it in when it's actually needed
    89          # (after pip is done).
    90          #
    91          # Some discussion is available at
    92          # https://github.com/pypa/pip/issues/5696
    93          mv towncrier.pyproject.toml pyproject.toml
    94 
    9584         # If towncrier.check fails, you forgot to add a towncrier news
    9685         # fragment explaining the change in this branch.  Create one at
    9786         # `newsfragments/<ticket>.<change type>` with some text for the news
    9887         # file.  See pyproject.toml for legal <change type> values.
    99          python -m towncrier.check
     88         python -m towncrier.check --pyproject towncrier.pyproject.toml
    10089
    10190[testenv:draftnews]
     
    116105         # Some discussion is available at
    117106         # https://github.com/pypa/pip/issues/5696
     107         #
     108         # towncrier post 19.2 (unreleased as of this writing) adds a --config
     109         # option that can be used instead of this file shuffling.
    118110         mv towncrier.pyproject.toml pyproject.toml
    119111
     
    123115         # put it back
    124116         mv pyproject.toml towncrier.pyproject.toml
    125 
    126117
    127118[testenv:deprecations]
Note: See TracChangeset for help on using the changeset viewer.