From c109fbe4795293ecc9d4c528c4b14484ee330456 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Wed, 3 Apr 2024 11:29:10 +0000 Subject: [PATCH] Remove temporary fix --- tests/conftest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 1c2d3ca..602fe0a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -8,9 +8,6 @@ import pytest from packaging.utils import canonicalize_name -import sys -sys.path.insert(0, str(Path(__file__).parent.parent)) - from pyodide_lock import PyodideLockSpec from pyodide_lock.utils import _get_marker_environment