--- pyparsing-3.2.5/tox.ini.orig +++ pyparsing-3.2.5/tox.ini @@ -6,14 +6,14 @@ [testenv] deps = - unit: pytest - unit: matplotlib; implementation_name != 'pypy' and python_version <= '3.14' + pytest + matplotlib; implementation_name != 'pypy' and python_version <= '3.14' doctest: sphinx doctest: myst-parser doctest: alabaster -extras = unit: diagrams +extras = diagrams commands = - unit: pytest tests {posargs} + pytest tests {posargs} doctest: sphinx-build -b doctest docs docs\_build\doctest allowlist_externals = pytest