From 33a2315ba0db7ce58dacce9e0240853f682facfa Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Fri, 11 Jan 2019 12:15:56 +0000 Subject: [PATCH] Python tests: Increase import depth to ensure sre_constants module is imported. --- python/ql/test/library-tests/regex/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/test/library-tests/regex/options b/python/ql/test/library-tests/regex/options index b91afde07678..e7a518df45b5 100644 --- a/python/ql/test/library-tests/regex/options +++ b/python/ql/test/library-tests/regex/options @@ -1 +1 @@ -semmle-extractor-options: --max-import-depth=2 +semmle-extractor-options: --max-import-depth=3