we-like-parsers / pegen

PEG parser generator for Python
https://we-like-parsers.github.io/pegen/
MIT License
155 stars 33 forks source link

Add missing tox test requirement #56

Closed SeanDS closed 2 years ago

SeanDS commented 2 years ago

tox is missing from the test dependencies. This PR adds it.

pablogsal commented 2 years ago

I'm closing this as tox is not really a test requirement that needs to be installed to run the test suite, but thanks for the PR!

SeanDS commented 2 years ago

Fair enough, though I did have some error when running pytest after a fresh install (can't remember what) and got it to work by installing and running tox.