D3375: cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexp

2018-04-16 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG1859b9a7ddef: cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexp (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D3375: cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexp

2018-04-14 Thread durin42 (Augie Fackler)
durin42 updated this revision to Diff 8281. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3375?vs=8280=8281 REVISION DETAIL https://phab.mercurial-scm.org/D3375 AFFECTED FILES tests/test-simplekeyvaluefile.py tests/test-wireproto-clientreactor.py

D3375: cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexp

2018-04-14 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The latter is deprecated on Python 3.7 and causes our tests to fail due to the warning. REPOSITORY rHG Mercurial REVISION DETAIL