pythonPackages.hglib: re-enable test_merge_prompt_cb
This was resolved since ea18da4b
('mercurial: 5.3 -> 5.3.1')
This commit is contained in:
parent
9925e909e4
commit
72f619f8a7
@ -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