From fb8dfdeec5fd76cc0c30f881d6fc75851139d80a Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Thu, 28 Apr 2022 10:27:16 -0600 Subject: [PATCH] Stop pinning lark-parser (#3041) - Latest version works more Test: `tox -e fuzz` --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 090dc52..258e6c5 100644 --- a/tox.ini +++ b/tox.ini @@ -55,8 +55,7 @@ skip_install = True deps = -r{toxinidir}/test_requirements.txt hypothesmith - lark-parser < 0.10.0 -; lark-parser's version is set due to a bug in hypothesis. Once it solved, that would be fixed. + lark-parser commands = pip install -e .[d] coverage erase -- 2.39.2