From 5cf003ef0adf29ad4e37d4314df38731c982fc0a Mon Sep 17 00:00:00 2001 From: mmsqe Date: Thu, 18 Jul 2024 09:36:51 +0800 Subject: [PATCH] fix pystarport --- integration_tests/poetry.lock | 9 ++++----- integration_tests/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/integration_tests/poetry.lock b/integration_tests/poetry.lock index 964151dfb..d62bd70a0 100644 --- a/integration_tests/poetry.lock +++ b/integration_tests/poetry.lock @@ -792,15 +792,14 @@ python-dateutil = "^2.8" python-dotenv = "^1.0" pyyaml = "^6.0" pyyaml-include = "^1.3" -rpds-py = "^0.17.0" supervisor = "^4.2" tomlkit = "^0" [package.source] type = "git" -url = "https://github.com/crypto-com/pystarport.git" -reference = "main" -resolved_reference = "2ad4a461da8d1a467bbcbdde05d785b51430a251" +url = "https://github.com/mmsqe/pystarport.git" +reference = "fix_validator" +resolved_reference = "e8eed1cfbad59dd4398a7978664b5b4fda5b6d25" [[package]] name = "pytest" @@ -1240,4 +1239,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0591497c0794629b4ba7fa71d9944398ddd2f9bed1e430faf135bd21c28cd90e" +content-hash = "8a01681fa994c9c8ae41ebdefa750c3a3eacbd94d9b995a6776d368c8ee7a178" diff --git a/integration_tests/pyproject.toml b/integration_tests/pyproject.toml index 3a1b25ccc..825b1120a 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -17,7 +17,7 @@ pytest-github-actions-annotate-failures = "^0.2" protobuf = "^4.25" pyyaml = "^6.0" python-dateutil = "^2.8" -pystarport = { git = "https://github.com/crypto-com/pystarport.git", branch = "main" } +pystarport = { git = "https://github.com/mmsqe/pystarport.git", branch = "fix_validator" } chainlibpy = "^2.2.0" [tool.poetry.dev-dependencies]