pycontribs / ansi2html

Convert text with ansi color codes to HTML
GNU Lesser General Public License v3.0
387 stars 78 forks source link

Hardcoded "python3" in tests/test_ansi2html.py #213

Closed johanneskastl closed 1 year ago

johanneskastl commented 1 year ago

tests/test_ansi2html.py contains a hardcoded python3 executable name, which makes this test fail if there is no python3 available (but python3.11 or similar).

The patch is easy, I'll open a PR once Github fixes the outage that prevents forking this repository...

hartwork commented 1 year ago

Duplicate of #210, closing…