pythonPackages.hglib: re-enable test_merge_prompt_cb

This was resolved since ea18da4b ('mercurial: 5.3 -> 5.3.1')
This commit is contained in:
Dmitry Kalinkin 2020-07-05 01:35:44 -04:00
parent 9925e909e4
commit 72f619f8a7
No known key found for this signature in database
GPG key ID: 06AF1D3C38F04E0E

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; {