From f70de2d32ca9e116b947d412d4632f4e1d961e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 11 Feb 2018 13:43:03 +0000 Subject: Until Issue #38 is fixed, expect construct 2.8, and not 2.9. The API changed in slightly incompatible ways so I'll have some work to make sure this works on both versions (and that there is some test around it, possibly). --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 29ac573..b1dd11d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ absl-py -construct +construct>=2.8,<2.9 pytest pytest-timeout pyserial -- cgit v1.2.3