We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afbdab commit 8f12291Copy full SHA for 8f12291
src/systemd/test/test_id128.py
@@ -23,8 +23,7 @@ def test_randomize():
23
assert u1 != u2
24
25
def test_get_machine():
26
- # yikes, python2 doesn't know ENOMEDIUM
27
- with skip_oserror(errno.ENOENT, errno.ENOSYS, 123):
+ with skip_oserror(errno.ENOENT, errno.ENOSYS, errno.ENOMEDIUM):
28
u1 = id128.get_machine()
29
30
u2 = id128.get_machine()
0 commit comments