hyperledger / iroha-python

Python library for Hyperledger Iroha, a simple distributed ledger.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
103 stars 81 forks source link

ci: Add dedicated workflow for pytests #215

Open BAStos525 opened 1 week ago

BAStos525 commented 1 week ago

Description

  1. Move pytest job to the separated workflow to be able to trigger its run after iroha2-dev image publishing from the iroha-rust` repo.
SamHSmith commented 6 days ago

This is a good idea except we aren't currently compatible with latest iroha2 build.

alexstroke1 commented 5 days ago

This is a good idea except we aren't currently compatible with latest iroha2 build.

That's why we're only using the 2.0.0-pre-rc.22 branch for now for these tests yet.