From c2c4eeb72cfc7ee5ffada886ce3c43e1ed209606 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 23 Feb 2025 23:17:00 +0100 Subject: [PATCH] Remove one patch that is not needed anymore - fix upstream --- debian/patches/copy_ext_invalid.patch | 18 ------------------ debian/patches/series | 1 - 2 files changed, 19 deletions(-) delete mode 100644 debian/patches/copy_ext_invalid.patch diff --git a/debian/patches/copy_ext_invalid.patch b/debian/patches/copy_ext_invalid.patch deleted file mode 100644 index 13ee79a..0000000 --- a/debian/patches/copy_ext_invalid.patch +++ /dev/null @@ -1,18 +0,0 @@ -Disable an upstream test that is unsafe ---- a/tests/test_acls.py -+++ b/tests/test_acls.py -@@ -570,10 +570,10 @@ - assert c != b - assert c == a - -- @require_copy_ext -- def test_acl_init_copy_ext_invalid(self): -- with pytest.raises(IOError): -- posix1e.ACL(data=b"foobar") -+ #@require_copy_ext -+ #def test_acl_init_copy_ext_invalid(self): -+ # with pytest.raises(IOError): -+ # posix1e.ACL(data=b"foobar") - - - class TestWrite: diff --git a/debian/patches/series b/debian/patches/series index 1c66021..a446155 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ python-pylibacl_hurd.patch sphinx-1.3.patch -copy_ext_invalid.patch -- 2.39.5