Skip to content

Commit

Permalink
Stop pinning lark-parser (#3041)
Browse files Browse the repository at this point in the history
- Latest version works more

Test: `tox -e fuzz`
  • Loading branch information
cooperlees authored Apr 28, 2022
1 parent c6800e0 commit fb8dfde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb8dfde

Please sign in to comment.