diff --git a/tests/test-check-interfaces.py b/tests/test-check-interfaces.py --- a/tests/test-check-interfaces.py +++ b/tests/test-check-interfaces.py @@ -99,7 +99,7 @@ def main(): ui = uimod.ui() # Needed so we can open a local repo with obsstore without a warning. - ui.setconfig('experimental', 'evolution.createmarkers', True) + ui.setconfig(b'experimental', b'evolution.createmarkers', True) checkzobject(badpeer())