diff -r 03aa222ca28e -r 9abe91a503da tests/test-duplicateoptions.py --- a/tests/test-duplicateoptions.py Sat Jun 16 17:07:47 2018 -0400 +++ b/tests/test-duplicateoptions.py Fri Jun 15 16:32:31 2018 -0700 @@ -6,7 +6,7 @@ ui as uimod, ) -ignore = {b'highlight', b'win32text', b'factotum'} +ignore = {b'highlight', b'win32text', b'factotum', b'beautifygraph'} if os.name != 'nt': ignore.add(b'win32mbcs')