]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119461: Restore the testSocket VSOCK skipUnless removed by PR #119465 (#129561)
authorGregory P. Smith <greg@krypto.org>
Sun, 2 Feb 2025 04:46:56 +0000 (20:46 -0800)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 04:46:56 +0000 (20:46 -0800)
commite1006ce1ded1b18972888ef057718dba6f2c7edd
tree5398a8e6bdc02aedd2ca1d8c4632ad4ccc905bb9
parentcf4c4ecc26c7e3b89f2e56893260a8a3319dab3d
gh-119461: Restore the testSocket VSOCK skipUnless removed by PR #119465 (#129561)

Restore the skipUnless removed by #119465.

This test can only pass on virtual machines, not actual machines.

actual machines see:

```
    self.cli.connect((cid, VSOCKPORT))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 19] No such device
```

Reproduced on (Linux) Ubuntu 24.04.1 running 6.8.0-52-generic.
Lib/test/test_socket.py