summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-01-31 10:43:46 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-01-31 10:50:05 +0000
commit367467301b051e85916a3dba19c83e58ca92f145 (patch)
treeb073611a62c0bf02f8cd7e081071b56c027662a7
parent7256bb0c117c5bbb0bbe5b95350015a8612feb13 (diff)
downloadbuildstream-367467301b051e85916a3dba19c83e58ca92f145.tar.gz
tox.ini: Specify minimum version of click-man
`click-man` versions < 0.3.0 do not properly support multiple entrypoints. Since this was added to `tox` after `0.3.0` was released, `tox` should never be pulling older versions. But, let's add it here for documentation purposes. See https://gitlab.com/BuildStream/buildstream/merge_requests/1107#note_135187046 for some background on this.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e42abd63c..6683df796 100644
--- a/tox.ini
+++ b/tox.ini
@@ -88,5 +88,5 @@ whitelist_externals =
commands =
python3 setup.py --command-packages=click_man.commands man_pages
deps =
- click-man
+ click-man >= 0.3.0
-rrequirements/requirements.txt