Remove cwd from import in case you're running tests like I do

This commit is contained in:
Thomas Krijnen
2026-08-09 13:16:24 +02:00
parent dbea3f0362
commit 30fb379e32
@@ -80,6 +80,7 @@ def test_memusage_partial_open():
import sys
script = f"""
import sys; sys.path.remove('')
import psutil
import ifcopenshell