Skip to content

Commit 3f02402

Browse files
committed
Fix kaitaistruct to 0.10.0
1 parent 87d67ae commit 3f02402

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

kaitai/python/kaitai_sbp/tests/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist = py
66
[testenv]
77
deps =
88
pytest
9-
kaitaistruct
9+
kaitaistruct==0.10.0
1010
construct
1111
python-rapidjson
1212
changedir = ../../../..

python/Dockerfile.benchmark

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ ADD . /work
1919

2020
RUN pip3 install -r /work/setup_requirements.txt
2121
RUN pip3 install -r /work/requirements.txt
22-
RUN pip3 install kaitaistruct
22+
# keep in sync with above
23+
RUN pip3 install kaitaistruct==0.10.0
2324

2425
RUN pip3 install wheel setuptools
2526

0 commit comments

Comments
 (0)