Skip to content

Commit

Permalink
Merge pull request #249 from bluetech/broken-test
Browse files Browse the repository at this point in the history
testing: fix broken test
  • Loading branch information
bluetech authored Feb 24, 2024
2 parents d68c591 + 7914459 commit 0b0e3c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions testing/test_xspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,7 @@ def test_popen_chdir_newsub(self, monkeypatch, tmp_path, makegateway):
def test_ssh(self, specssh, makegateway):
sshhost = specssh.ssh
gw = makegateway("ssh=%s//id=ssh1" % sshhost)
rinfo = gw._rinfo()
assert gw.id == "ssh1"
gw2 = execnet.SshGateway(sshhost)
rinfo2 = gw2._rinfo()
assert rinfo.executable == rinfo2.executable
assert rinfo.cwd == rinfo2.cwd
assert rinfo.version_info == rinfo2.version_info

def test_vagrant(self, makegateway):
vagrant_bin = shutil.which("vagrant")
Expand Down

0 comments on commit 0b0e3c1

Please sign in to comment.