D6993: black: add a pyproject.toml that contains our black settings

2019-10-14 Thread indygreg (Gregory Szorc)
indygreg added a comment. We're seeing this with the latest version of pip/setuptools: https://ci.hg.gregoryszorc.com/job-info/hg-committed-649a9601b9e2642fa0ef12e6ad51ac85ab6e860c-debian10-cpython-2.7-0#failed-tests. But it only happens when we're using the self-installed Python/pip/set

D6993: black: add a pyproject.toml that contains our black settings

2019-10-14 Thread durin42 (Augie Fackler)
durin42 added a comment. Ugh, weird. I think this is an issue around setuptools versions, but I'll try and ask dstufft this week. :( REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6993/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6993 To: d

D6993: black: add a pyproject.toml that contains our black settings

2019-10-12 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. I'm baffled, but this causes test-install.t to fail on Windows: $ ./run-tests.py --local test-install.t running 1 tests using 1 parallel processes --- c:/Users/Matt/hg/tests/test-install.t +++ c:/Users/Matt/hg/tests/test-install.t.err @@

D6993: black: add a pyproject.toml that contains our black settings

2019-10-06 Thread durin42 (Augie Fackler)
Closed by commit rHG929678eb4cbd: black: add a pyproject.toml that contains our black settings (authored by durin42). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6993?vs=16866&id=

D6993: black: add a pyproject.toml that contains our black settings

2019-10-06 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6993 AFFECTED FILES pyproject.toml tests/test-check-code.t CHANGE DETAILS diff --git a/te