Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 43346:6ada8a274b9c stable
formatting: run black version 19.10b0 on the codebase
The latest version of black is out and contains the change we needed. So we can
start using it now.
note: `test-check-format.t` will complains about this changes because it still
use `grey` and need to be migrated to `black`. See next changesets for this.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 29 Oct 2019 10:41:30 +0100 |
parents | b4b1131187c4 |
children | d9e7ac50b80a |
line wrap: on
line diff
--- a/tests/run-tests.py Sun Oct 27 20:16:59 2019 +0100 +++ b/tests/run-tests.py Tue Oct 29 10:41:30 2019 +0100 @@ -3116,9 +3116,7 @@ vlog("# Using HGTMP", _strpath(self._hgtmp)) vlog("# Using PATH", os.environ["PATH"]) vlog( - "# Using", - _strpath(IMPL_PATH), - _strpath(osenvironb[IMPL_PATH]), + "# Using", _strpath(IMPL_PATH), _strpath(osenvironb[IMPL_PATH]), ) vlog("# Writing to directory", _strpath(self._outputdir))