From ce49880aeb0ab4a987fc1163b459d735425055ae Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Fri, 18 Jul 2025 15:27:52 -0500 Subject: [PATCH] fix missing import --- tests/integration_tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration_tests/conftest.py b/tests/integration_tests/conftest.py index 2af11340f..d45e7b292 100644 --- a/tests/integration_tests/conftest.py +++ b/tests/integration_tests/conftest.py @@ -1,3 +1,5 @@ +import os + import pytest