Skip to content

Commit 3f9f2e9

Browse files
test(huggingface): remove requires marker to avoid extended-tests install check
1 parent aa7ba0f commit 3f9f2e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/langchain/tests/unit_tests/chat_models/test_init_chat_model_hf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
from langchain.chat_models import init_chat_model
99

10-
pytestmark = pytest.mark.requires("langchain_huggingface", "transformers")
11-
1210

1311
@pytest.fixture()
1412
def hf_fakes(monkeypatch: pytest.MonkeyPatch) -> SimpleNamespace:

0 commit comments

Comments
 (0)