Merge pull request #92310 from veprbl/pr/hglib_reenable_test
pythonPackages.hglib: re-enable test_merge_prompt_cb
This commit is contained in:
commit
3c453add93
@ -30,8 +30,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} test.py --with-hg "${mercurial}/bin/hg" -v \
|
${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
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user