https://github.com/python/cpython/commit/e8665d4d46921623745ca5d2b32dc576339ea53f
commit: e8665d4d46921623745ca5d2b32dc576339ea53f
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-05-12T19:15:44Z
summary:
gh-133885: skip `test_compress_locking` in `test_zstd` (#133943)
files:
M Lib/test/test_zstd.py
diff --git a/Lib/test/test_zstd.py b/Lib/test/test_zstd.py
index 541db4441b035c..53ca592ea38828 100644
--- a/Lib/test/test_zstd.py
+++ b/Lib/test/test_zstd.py
@@ -2430,6 +2430,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]