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

This commit is contained in:
Zuul 2018-12-20 05:03:06 +00:00 committed by Gerrit Code Review
commit a7aa232958

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:\