Merge pull request #92310 from veprbl/pr/hglib_reenable_test

pythonPackages.hglib: re-enable test_merge_prompt_cb
This commit is contained in:
Dmitry Kalinkin
2020-07-05 03:03:57 -04:00
committed by GitHub

View File

@@ -30,8 +30,7 @@ buildPythonPackage rec {
checkInputs = [ nose ];
checkPhase = ''
${python.interpreter} test.py --with-hg "${mercurial}/bin/hg" -v \
--exclude=test_merge_prompt_cb # https://bz.mercurial-scm.org/show_bug.cgi?id=6265
${python.interpreter} test.py --with-hg "${mercurial}/bin/hg" -v
'';
meta = with stdenv.lib; {