Update README.md to reflect updated repository URL for logos-integration-test-framework.

This commit is contained in:
Egor Rachkovskii 2026-04-30 16:08:54 +01:00
parent 890ea07b85
commit 81c6b282f8

View File

@ -22,7 +22,7 @@ In your module's test repo (e.g. `logos-chat-module/tests/integration/`):
# pyproject.toml # pyproject.toml
[project.optional-dependencies] [project.optional-dependencies]
test = [ test = [
"logos-integration-test-framework @ git+https://github.com/logos-co/integration-tests.git@<commit-sha>", "logos-integration-test-framework @ git+https://github.com/logos-messaging/integration-tests.git@<commit-sha>",
"pytest>=8.0", "pytest>=8.0",
] ]
``` ```