Stop pinning lark-parser (#3041)
- Latest version works more Test: `tox -e fuzz`
This commit is contained in:
parent
c6800e0c65
commit
fb8dfdeec5
3
tox.ini
3
tox.ini
@ -55,8 +55,7 @@ skip_install = True
|
|||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/test_requirements.txt
|
-r{toxinidir}/test_requirements.txt
|
||||||
hypothesmith
|
hypothesmith
|
||||||
lark-parser < 0.10.0
|
lark-parser
|
||||||
; lark-parser's version is set due to a bug in hypothesis. Once it solved, that would be fixed.
|
|
||||||
commands =
|
commands =
|
||||||
pip install -e .[d]
|
pip install -e .[d]
|
||||||
coverage erase
|
coverage erase
|
||||||
|
Loading…
Reference in New Issue
Block a user