Codebase list python-pylibacl / e94aae0
Release 0.7.0-2 with segfault fix on s390x Iustin Pop 1 year, 10 days ago
3 changed file(s) with 27 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-pylibacl (0.7.0-2) unstable; urgency=medium
1
2 * Disable an unsafe upstream test since it causes segfaults on (at
3 least) s390x; similar tests were fixed to workaround the issue, but
4 this one was missed.
5
6 -- Iustin Pop <iustin@debian.org> Mon, 24 Apr 2023 18:58:03 +0200
7
08 python-pylibacl (0.7.0-1) unstable; urgency=medium
19
210 [ Debian Janitor ]
0 Disable an upstream test that is unsafe
1 --- a/tests/test_acls.py
2 +++ b/tests/test_acls.py
3 @@ -570,10 +570,10 @@
4 assert c != b
5 assert c == a
6
7 - @require_copy_ext
8 - def test_acl_init_copy_ext_invalid(self):
9 - with pytest.raises(IOError):
10 - posix1e.ACL(data=b"foobar")
11 + #@require_copy_ext
12 + #def test_acl_init_copy_ext_invalid(self):
13 + # with pytest.raises(IOError):
14 + # posix1e.ACL(data=b"foobar")
15
16
17 class TestWrite:
00 python-pylibacl_hurd.patch
11 sphinx-1.3.patch
2 copy_ext_invalid.patch