Victor Stinner
|
3ceb4b8d3a
|
gh-84623: Remove unused imports in tests (#93772)
|
2022-06-13 16:56:03 +02:00 |
Christian Heimes
|
443b308fee
|
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
|
2022-01-13 09:46:38 +01:00 |
Nikita Sobolev
|
dd7b816ac8
|
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
2021-09-04 23:42:36 +03:00 |
Hai Shi
|
79bb2c93f2
|
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
|
2020-08-06 13:51:29 +02:00 |
Christian Heimes
|
909b5714e1
|
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
func:`hashlib.new` passed ``usedforsecurity`` to OpenSSL EVP constructor
``_hashlib.new()``. test_hashlib and test_smtplib handle strict security
policy better.
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran
|
2020-05-22 11:04:33 -07:00 |
Serhiy Storchaka
|
e437a10d15
|
Issue #23277: Remove unused imports in tests.
|
2016-04-24 21:41:02 +03:00 |
Berker Peksag
|
1e8ee9b380
|
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
|
2016-04-24 07:31:42 +03:00 |
Berker Peksag
|
ce643913a9
|
Issue #9517: Move script_helper to the support package.
Patch by Christie Wilson.
|
2015-05-06 06:33:17 +03:00 |
Zachary Ware
|
2b0a610297
|
Issue #21918: Convert test_tools.py to a sub-package of test.
|
2014-07-16 14:26:09 -05:00 |