Skip test.test_buffer.TestBufferProtocol.test_array_alignment

Add skip-test_array_alignment.patch skipping failing test
test.test_buffer.TestBufferProtocol.test_array_alignment
(gh#python/cpython#144725).
This commit is contained in:
2026-02-12 00:49:31 +01:00
parent 6e06723682
commit f235122969
3 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 11 23:49:02 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Add skip-test_array_alignment.patch skipping failing test
test.test_buffer.TestBufferProtocol.test_array_alignment
(gh#python/cpython#144725).
-------------------------------------------------------------------
Wed Feb 11 20:26:47 UTC 2026 - Matej Cepl <mcepl@cepl.eu>