- May 23, 2023
-
-
James Vasile authored
-
- May 19, 2023
-
-
James Vasile authored
It turns out that 'site' is a standard module, and if you are using pytest and try to `import site` python gets confused about which `site` you mean. We could untangle that via some sys.path hacking or import module munging, or maybe just symlinks, but this is cleanest.
-
- May 18, 2023
-
-
James Vasile authored
-
James Vasile authored
-