fixeria has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/29227 )
Change subject: Bump minimum required construct version to v2.9.51 ......................................................................
Bump minimum required construct version to v2.9.51
With this version I can get all unittests passing:
python -m unittest discover tests/
We're passing argument 'path' to stream_read_entire(), which was added in [1] and become available since v2.9.51.
Change-Id: I4223c83570d333ad8d79bc2aa2d8bcc580156cff Related: [1] bfe71315b027e18e62f00ec4de75043992fd2316 construct.git Related: OS#5666 --- M setup.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/setup.py b/setup.py index ec1a76a..b9ad1bf 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "pytlv", "cmd2 >= 1.3.0, < 2.0.0", "jsonpath-ng", - "construct >= 2.9", + "construct >= 2.9.51", "bidict", "gsm0338", "termcolor",
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.