Stop pinning lark-parser (#3041)

- Latest version works more

Test: `tox -e fuzz`
This commit is contained in:
Cooper Lees 2022-04-28 10:27:16 -06:00 committed by GitHub
parent c6800e0c65
commit fb8dfdeec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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