From 9f94fefc1fda01a1fd90cb114b52d524e986d96d Mon Sep 17 00:00:00 2001 From: Cedar Date: Tue, 29 Oct 2024 16:46:55 -0700 Subject: [PATCH] use pytest's tmp_path fixture instead of tempfile package --- shortfin/tests/invocation/vmfb_buffer_access_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shortfin/tests/invocation/vmfb_buffer_access_test.py b/shortfin/tests/invocation/vmfb_buffer_access_test.py index bbfa2e0a0..838dcf2ed 100644 --- a/shortfin/tests/invocation/vmfb_buffer_access_test.py +++ b/shortfin/tests/invocation/vmfb_buffer_access_test.py @@ -5,7 +5,6 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception import urllib.request -import tempfile from pathlib import Path import functools import pytest