update scheduled tests (#20526)

repurpose scheduled tests to test over provider packages
This commit is contained in:
ccurme
2024-04-16 16:49:46 -04:00
committed by GitHub
parent 806a54908c
commit 22da9f5f3f
5 changed files with 23 additions and 30 deletions

View File

@@ -33,9 +33,6 @@ test_watch_extended:
integration_tests:
poetry run pytest tests/integration_tests
scheduled_tests:
poetry run pytest -m scheduled tests/integration_tests
docker_tests:
docker build -t my-langchain-image:test .
docker run --rm my-langchain-image:test