diff --git a/tests/id_allocation_test.py b/tests/id_allocation_test.py index e290c8a4..1e8d8d1e 100644 --- a/tests/id_allocation_test.py +++ b/tests/id_allocation_test.py @@ -15,7 +15,7 @@ def allocate_an_id(econtext): class SlaveTest(testlib.RouterMixin, testlib.TestCase): def test_slave_allocates_id(self): - context = self.router.local(python_path='/users/dmw/src/cpython/build/bin/python2') + context = self.router.local() # Master's allocator named the context 1. self.assertEquals(1, context.context_id)