]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Stop pinning lark-parser (#3041)
authorCooper Lees <cooper@fb.com>
Thu, 28 Apr 2022 16:27:16 +0000 (10:27 -0600)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 16:27:16 +0000 (10:27 -0600)
- Latest version works more

Test: `tox -e fuzz`

tox.ini

diff --git a/tox.ini b/tox.ini
index 090dc522cadb6662fbe561dced34f0ed39304dc2..258e6c5c203f6a6146e9712291ca45281cc32af5 100644 (file)
--- 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