diff --git a/test/Configure/option--config.py b/test/Configure/option--config.py index 3b38892679..3fd0691df7 100644 --- a/test/Configure/option--config.py +++ b/test/Configure/option--config.py @@ -46,7 +46,7 @@ # as this test is somewhat complicated, skip it if the library doesn't support md5 # as the default hashing algorithm. if get_current_hash_algorithm_used() != 'md5': - test.skip_test('Skipping test as could not continue without the hash algorithm set to md5!') + test.skip_test('Skipping test as could not continue without the hash algorithm set to md5!') SConstruct_path = test.workpath('SConstruct') diff --git a/test/option/hash-format.py b/test/option/hash-format.py index f0156f3ef6..663ad2ee8b 100644 --- a/test/option/hash-format.py +++ b/test/option/hash-format.py @@ -27,7 +27,6 @@ import hashlib import os import TestSCons -import warnings from SCons.Util import ALLOWED_HASH_FORMATS, DEFAULT_HASH_FORMATS # Test passing the hash format by command-line.