mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
Add a new test.support.hashlib_helper submodule.
This commit is contained in:
parent
2208134918
commit
66abe98a81
9 changed files with 71 additions and 68 deletions
|
@ -11,7 +11,7 @@ import unittest.mock
|
|||
import tarfile
|
||||
|
||||
from test import support
|
||||
from test.support import script_helper, requires_hashdigest
|
||||
from test.support import script_helper
|
||||
|
||||
# Check for our compression modules.
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue