================
@@ -0,0 +1,2 @@
+if "Windows" in config.host_os:
+ config.excludes.add("auto_location.py")
----------------
makslevental wrote:
okay handled windows testing but gated on `python.version >= 3.11` using `REQUIRES`
https://github.com/llvm/llvm-project/pull/151246