mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
ee5d672493
test_memusage_partial_open was silently skipped in CI (psutil was never installed there). Add psutil so it actually runs, and run the RSS measurement in a subprocess so the fixture file isn't already in the page cache from earlier tests, which was making both deltas read as zero. Generated with the assistance of an AI coding tool.