diff tests/test-check-format.t @ 46455:5be886200eb6

ci-fix: backed out changeset d4c8b4b90ecb This changeset is part of a series that break Continuous integration on python 2 for about a week. As not concrete solution have been found so far the safer seems to back it out until we can figure the details out. Differential Revision: https://phab.mercurial-scm.org/D9947
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 02 Feb 2021 15:35:38 +0100
parents d4c8b4b90ecb
children decc3bd3f20d
line wrap: on
line diff
--- a/tests/test-check-format.t	Mon Feb 01 17:13:24 2021 -0500
+++ b/tests/test-check-format.t	Tue Feb 02 15:35:38 2021 +0100
@@ -1,5 +1,5 @@
 #require black test-repo
 
   $ cd $RUNTESTDIR/..
-  $ black --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`
+  $ black --config=black.toml --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`