fix: Add httpx to cross-chain tests dependencies
Some checks failed
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 7s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 1s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Successful in 1m14s
Deploy to Testnet / notify-deployment (push) Successful in 7s

- Add httpx to extra-packages for cross-chain-sync and multi-chain-consensus tests
- aitbc_chain.sync module imports httpx for HTTP client functionality
This commit is contained in:
aitbc
2026-04-29 20:26:21 +02:00
parent 506a448bc9
commit d7fd7321e1

View File

@@ -50,7 +50,7 @@ jobs:
--repo-dir "$PWD" \
--venv-dir "$PWD/venv" \
--skip-requirements \
--extra-packages "pytest pytest-asyncio"
--extra-packages "pytest pytest-asyncio httpx"
echo "✅ Python environment ready"
- name: Test cross-chain block synchronization
@@ -200,7 +200,7 @@ jobs:
--repo-dir "$PWD" \
--venv-dir "$PWD/venv" \
--skip-requirements \
--extra-packages "pytest pytest-asyncio"
--extra-packages "pytest pytest-asyncio httpx"
echo "✅ Python environment ready"
- name: Test multi-chain consensus