https://github.com/python/cpython/commit/198dc8dcb2459e26cb97fa9653957cb0acbd6c70 commit: 198dc8dcb2459e26cb97fa9653957cb0acbd6c70 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn <[email protected]> date: 2025-05-13T08:27:17Z summary:
[3.14] gh-133885: skip `test_compress_locking` in `test_zstd` (GH-133943) (#133949) gh-133885: skip `test_compress_locking` in `test_zstd` (GH-133943) (cherry picked from commit e8665d4d46921623745ca5d2b32dc576339ea53f) Co-authored-by: sobolevn <[email protected]> files: M Lib/test/test_zstd.py diff --git a/Lib/test/test_zstd.py b/Lib/test/test_zstd.py index 713294c4c27685..83d922d9cf22ac 100644 --- a/Lib/test/test_zstd.py +++ b/Lib/test/test_zstd.py @@ -2426,6 +2426,7 @@ def test_buffer_protocol(self): self.assertEqual(f.write(arr), LENGTH) self.assertEqual(f.tell(), LENGTH) [email protected]("it fails for now, see gh-133885") class FreeThreadingMethodTests(unittest.TestCase): @unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled') _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
