From 30fb379e328d98b3b5d080b85a69e5fe90c61338 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 9 Aug 2026 13:16:24 +0200 Subject: [PATCH] Remove cwd from import in case you're running tests like I do --- .../test/test_streaming_rocksdb_and_simpletyperefs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/test/test_streaming_rocksdb_and_simpletyperefs.py b/src/ifcopenshell-python/test/test_streaming_rocksdb_and_simpletyperefs.py index 98e938d6ce..a10a6ee5d4 100644 --- a/src/ifcopenshell-python/test/test_streaming_rocksdb_and_simpletyperefs.py +++ b/src/ifcopenshell-python/test/test_streaming_rocksdb_and_simpletyperefs.py @@ -80,6 +80,7 @@ def test_memusage_partial_open(): import sys script = f""" +import sys; sys.path.remove('') import psutil import ifcopenshell