--- markdown-3.10.1/tox.ini.orig +++ markdown-3.10.1/tox.ini @@ -7,7 +7,7 @@ deps = pytidylib allowlist_externals = coverage commands = - python -m unittest discover {toxinidir}/tests + python -m unittest discover {toxinidir}/tests --verbose [testenv:pygments] # Run tests with pygments installed (override deps only).