test: add `test-repo` requirement to `test-check-format` (issue6395) stable 5.5.1
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 27 Aug 2020 09:06:35 +0200
branchstable
changeset 45389 f62bb5d07848
parent 45352 49f8ba4febec
child 45393 ce131084c976
test: add `test-repo` requirement to `test-check-format` (issue6395) Kindly reported by Tristan Seligmann <mithrandi@mithrandi.net>
tests/test-check-format.t
--- a/tests/test-check-format.t	Sun Aug 02 17:40:35 2020 +0200
+++ b/tests/test-check-format.t	Thu Aug 27 09:06:35 2020 +0200
@@ -1,4 +1,4 @@
-#require black
+#require black test-repo
 
   $ cd $RUNTESTDIR/..
   $ black --config=black.toml --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`