We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e2085 commit d6bc215Copy full SHA for d6bc215
Makefile
@@ -12,6 +12,6 @@ test:
12
mypy .
13
# Follow the test practices recommanded by LangChain (v0.3)
14
# See https://python.langchain.com/docs/contributing/how_to/integrations/standard_tests/
15
- pytest --cov=linkup/ --cov-report term-missing tests/unit_tests
+ pytest --cov=linkup/ --cov-report term-missing --disable-socket --allow-unix-socket tests/unit_tests
16
# TODO: uncomment the following line when integration tests are ready
17
# pytest tests/integration_tests
0 commit comments