mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-45042: Now test classes decorated with requires_hashdigest
are not skipped (GH-28060)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit dd7b816ac8
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
ed9f927527
commit
e5976dd2e6
4 changed files with 22 additions and 6 deletions
|
@ -3771,6 +3771,7 @@ class _TestSharedMemory(BaseTestCase):
|
|||
local_sms.buf[:len(binary_data)] = binary_data
|
||||
local_sms.close()
|
||||
|
||||
@unittest.skipIf(sys.platform == "win32", "test is broken on Windows")
|
||||
def test_shared_memory_basics(self):
|
||||
sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512)
|
||||
self.addCleanup(sms.unlink)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue