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:
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
@@ -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:\
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.