mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-07 08:15:11 +00:00
The previous test setup patched os.path.abspath to identity and used a POSIX-style '/output' base, which collided with Windows path separators in os.path.commonpath. Drop the abspath/join patches and use a real tempdir-rooted base so the containment check runs against actual platform paths.