--- xmlschema-4.2.0/tox.ini.orig +++ xmlschema-4.2.0/tox.ini @@ -15,14 +15,14 @@ docs: sphinx_rtd_theme coverage: coverage commands = - python -m unittest + python -m unittest --verbose [testenv:py314] deps = elementpath>=5.0.1, <6.0.0 jinja2 commands = - python -m unittest + python -m unittest --verbose [testenv:py314-lxml] deps =