ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/python-incremental/patches/001-omit-tests.patch b/external/subpack/lang/python/python-incremental/patches/001-omit-tests.patch
new file mode 100644
index 0000000..b71c6e3
--- /dev/null
+++ b/external/subpack/lang/python/python-incremental/patches/001-omit-tests.patch
@@ -0,0 +1,14 @@
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -30,7 +30,10 @@ zip_safe = False
+ 
+ [options.packages.find]
+ where = src
+-exclude = exampleproj
++exclude = 
++	exampleproj
++	*.tests
++	*.tests.*
+ 
+ [options.package_data]
+ incremental = py.typed