--- xmlschema-4.3.1/tox.ini.orig +++ xmlschema-4.3.1/tox.ini @@ -17,14 +17,14 @@ docs: sphinx_rtd_theme coverage: coverage commands = - python -m unittest + python -m unittest --verbose [testenv:py315] deps = elementpath>=5.1.0, <6.0.0 jinja2 commands = - python -m unittest + python -m unittest --verbose [testenv:py315-lxml] deps =