tests: remove stray hard-coded interpreter.

pull/295/head
David Wilson 6 years ago
parent 9e3e02fb65
commit 90f2f823db

@ -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)

Loading…
Cancel
Save