From 38464d8e8cd333a139d8cf49b9f87c8e92ae684c Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Thu, 28 Apr 2022 10:00:52 -0600 Subject: [PATCH] Stop pinning lark-parser - 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 090dc522cad..258e6c5c203 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