We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe87e7 commit 8adc891Copy full SHA for 8adc891
.github/workflows/pr-pytests.yml
@@ -40,7 +40,7 @@ jobs:
40
python -m venv .venv &&
41
source .venv/bin/activate &&
42
pip install pytest faker allure-pytest &&
43
- pip install --break-system-packages target/wheels/iroha-*.whl &&
+ pip install --break-system-packages target/wheels/iroha2-*.whl &&
44
python -m pytest tests/"
45
- name: Tear down the network
46
run: cd iroha_daemon && scripts/test_env.py cleanup
src/lib.rs
@@ -4,7 +4,7 @@ mod client;
4
mod data_model;
5
mod isi;
6
7
-/// A Python module implemented in Rust.
+/// The iroha2 python SDK module, implemented in Rust.
8
#[pymodule]
9
#[pyo3(name = "iroha2")]
10
fn iroha2_python(py: Python, m: &PyModule) -> PyResult<()> {
0 commit comments