[svn r63034] fixing some tests to work across python revisions
--HG-- branch : trunk
This commit is contained in:
@@ -18,7 +18,7 @@ class TestGatewaySpec:
|
||||
print s
|
||||
spec = py.execnet.GatewaySpec(s)
|
||||
assert spec.address == "popen"
|
||||
assert spec.python == python
|
||||
assert spec.python == (python or py.std.sys.executable)
|
||||
assert spec.joinpath == joinpath
|
||||
assert spec.type == "popen"
|
||||
spec2 = py.execnet.GatewaySpec("popen" + joinpath)
|
||||
|
||||
Reference in New Issue
Block a user