Skip to content

Commit 0b0e3c1

Browse files
authored
Merge pull request #249 from bluetech/broken-test
testing: fix broken test
2 parents d68c591 + 7914459 commit 0b0e3c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

testing/test_xspec.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,7 @@ def test_popen_chdir_newsub(self, monkeypatch, tmp_path, makegateway):
189189
def test_ssh(self, specssh, makegateway):
190190
sshhost = specssh.ssh
191191
gw = makegateway("ssh=%s//id=ssh1" % sshhost)
192-
rinfo = gw._rinfo()
193192
assert gw.id == "ssh1"
194-
gw2 = execnet.SshGateway(sshhost)
195-
rinfo2 = gw2._rinfo()
196-
assert rinfo.executable == rinfo2.executable
197-
assert rinfo.cwd == rinfo2.cwd
198-
assert rinfo.version_info == rinfo2.version_info
199193

200194
def test_vagrant(self, makegateway):
201195
vagrant_bin = shutil.which("vagrant")

0 commit comments

Comments
 (0)