Skip to content

Commit d6bc215

Browse files
committed
Redo makefile
1 parent b7e2085 commit d6bc215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ test:
1212
mypy .
1313
# Follow the test practices recommanded by LangChain (v0.3)
1414
# See https://python.langchain.com/docs/contributing/how_to/integrations/standard_tests/
15-
pytest --cov=linkup/ --cov-report term-missing tests/unit_tests
15+
pytest --cov=linkup/ --cov-report term-missing --disable-socket --allow-unix-socket tests/unit_tests
1616
# TODO: uncomment the following line when integration tests are ready
1717
# pytest tests/integration_tests

0 commit comments

Comments
 (0)