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 52c5362 commit 15645b6Copy full SHA for 15645b6
.github/workflows/unittest.yaml
@@ -31,7 +31,6 @@ jobs:
31
conda create -n venv python=3.10 protobuf -y
32
conda activate venv
33
python -m pip install --upgrade pip
34
- pip install expecttest==0.3.*
35
36
# install recent version of Rust via rustup
37
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=default -y
pyproject.toml
@@ -25,7 +25,8 @@ dev = [
25
"pytest",
26
"black",
27
"pyre-check",
28
- "parameterized"
+ "parameterized",
29
+ "expecttest"
30
]
[tool.maturin]
0 commit comments