jayvdb / nose3

nose ported to Python 3.4+ maintaining Python 2.7 support
2 stars 7 forks source link

Six files have Python 3 Syntax Errors #15

Open cclauss opened 8 months ago

cclauss commented 8 months ago

% ruff --select=E999

doc/conf.py:216:27: E999 SyntaxError: Unexpected token "nose Documentation"
doc/docstring.py:12:11: E999 SyntaxError: Unexpected token "CALLED"
examples/attrib_plugin.py:44:11: E999 SyntaxError: Unexpected token "dummy"
scripts/mkindex.py:15:11: E999 SyntaxError: Unexpected token "Unknown ref %s"
scripts/mkrelease.py:24:11: E999 SyntaxError: Unexpected token 'cmd'
scripts/mkwiki.py:62:11: E999 SyntaxError: Unexpected token "Unknown ref %s -> %s"
Found 6 errors.

https://python-future.org/futurize.html