Changeset d187e37 in trunk
- Timestamp:
- 2020-01-13T15:49:02Z (6 years ago)
- 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)
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tox.ini ¶
re1acacd rd187e37 82 82 python misc/coding_tools/check-miscaptures.py 83 83 84 # With pip >= 10 the existence of pyproject.toml (which we are85 # required to have to configure towncrier) triggers a "build86 # isolation" mode which prevents anything from working. Avoid87 # triggering that pip behavior by keeping the towncrier configuration88 # somewhere else and only bringing it in when it's actually needed89 # (after pip is done).90 #91 # Some discussion is available at92 # https://github.com/pypa/pip/issues/569693 mv towncrier.pyproject.toml pyproject.toml94 95 84 # If towncrier.check fails, you forgot to add a towncrier news 96 85 # fragment explaining the change in this branch. Create one at 97 86 # `newsfragments/<ticket>.<change type>` with some text for the news 98 87 # file. See pyproject.toml for legal <change type> values. 99 python -m towncrier.check 88 python -m towncrier.check --pyproject towncrier.pyproject.toml 100 89 101 90 [testenv:draftnews] … … 116 105 # Some discussion is available at 117 106 # 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. 118 110 mv towncrier.pyproject.toml pyproject.toml 119 111 … … 123 115 # put it back 124 116 mv pyproject.toml towncrier.pyproject.toml 125 126 117 127 118 [testenv:deprecations]
Note: See TracChangeset
for help on using the changeset viewer.