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
commit 3c453add93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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