From ca5260f9e5c2a0e49cb9a9da59173c646ae84f7d Mon Sep 17 00:00:00 2001 From: David Manthey Date: Wed, 27 Apr 2022 10:53:53 -0400 Subject: [PATCH] Further adjust canRead grid test. --- test/test_source_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_source_base.py b/test/test_source_base.py index f4634ebfa..f595e6354 100644 --- a/test/test_source_base.py +++ b/test/test_source_base.py @@ -66,7 +66,7 @@ # Python 3.6 has an older version of PIL that won't read some of the # ome.tif files. SourceAndFiles['pil']['noread'] = \ - r'(G10-3|JK-kidney|d042-353|huron|sample.*ome|one_layer_missing)' + r'(G10-3|JK-kidney|d042-353|huron|sample.*ome|one_layer_missing|US_Geo)' def testNearPowerOfTwo():