Changeset ce6b7ae in trunk
- Timestamp:
- 2023-03-24T15:38:32Z (2 years ago)
- Branches:
- master
- Children:
- 56e3aaa
- Parents:
- 1f29d5a2
- git-author:
- Itamar Turner-Trauring <itamar@…> (2023-03-24 15:38:22)
- git-committer:
- Itamar Turner-Trauring <itamar@…> (2023-03-24 15:38:32)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified setup.py ¶
r1f29d5a2 rce6b7ae 401 401 # this version from time to time, but we will do it 402 402 # intentionally. 403 "pyflakes == 2.2.0",403 "pyflakes == 3.0.1", 404 404 "coverage ~= 5.0", 405 405 "mock", -
TabularUnified tox.ini ¶
r1f29d5a2 rce6b7ae 101 101 basepython = python3 102 102 deps = 103 # Newer versions of PyLint have buggy configuration 104 # (https://github.com/PyCQA/pylint/issues/4574), so stick to old version 105 # for now. 106 pylint < 2.5 103 # Make sure we get a version of PyLint that respects config, and isn't too 104 # old. 105 pylint < 2.18, >2.14 107 106 # On macOS, git inside of towncrier needs $HOME. 108 107 passenv = HOME
Note: See TracChangeset
for help on using the changeset viewer.