# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1376084757 -7200 # Node ID cd35f6739669d411aeed651312fbe0701da67ba7 # Parent 20850abfb91a10525308cad90c0c69f4d4bf9347 test_pull: use stupid mode metaclass diff --git a/tests/test_pull.py b/tests/test_pull.py --- a/tests/test_pull.py +++ b/tests/test_pull.py @@ -14,7 +14,7 @@ class TestPull(test_util.TestBase): def _loadupdate(self, fixture_name, *args, **kwargs): kwargs = kwargs.copy() - kwargs.update(stupid=False, noupdate=False) + kwargs.update(noupdate=False) repo, repo_path = self.load_and_fetch(fixture_name, *args, **kwargs) return repo, repo_path