Add a comment about the module list for py3 in tox.ini

As our PTL said, "adding some comments" "in lieu of setting up more
comprehensive projet tracking systems".

Change-Id: Ic38ff2b74366f9839e999d11050eefa753c71be3
This commit is contained in:
Pete Zaitcev 2018-12-18 21:35:22 -06:00
parent 02841ee0c6
commit 9856d6eb23

View File

@ -26,6 +26,11 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_COVER_HTML=1
NOSE_COVER_HTML_DIR={toxinidir}/cover
# Since the practice demonstrated that developers keep adding py2-specific
# code inadvertedly, we instituted a practice of "py3 ratchet": we convert
# tests file by file, add them into the list below, and never go back.
# This list also serves as a shared task board for those helping with py3.
# But mind that reviews expanding this list may be outstanding in Gerrit.
[testenv:py35]
commands =
nosetests {posargs:\