Files
langchain/libs/partners/exa/tests/integration_tests/test_compile.py
Mason Daugherty 31eeb50ce0 chore: drop UP045 (#33362)
Python 3.9 EOL
2025-10-08 21:17:53 -04:00

9 lines
248 B
Python

"""Test that the integration tests compile."""
import pytest # type: ignore[import-not-found, import-not-found]
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""