You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@blackPantherOS Is there something wrong with the Mageia template for your use? The only difference is whether Python 2 is enabled by default or not...
The python2 test used wrong pyparsing. We had to add the pyparsing to the deps in the tox.ini file.
File "/tmp/easy_install-bV_Ldn/pyparsing-3.0.0a1/pyparsing/core.py", line 166
nonlocal found_arity, limit
^
SyntaxError: invalid syntax
ERROR: InvocationError for command '/home/travis/build/fedora-python/pyp2rpm/.tox/py27/bin/python setup.py test --addopts -vv' (exited with code 1)
We have solved this issue in the "added blackPanther OS support" pull request. Merge that pull request or add the pyparsing to the deps in the tox.ini file.
The python2 test used wrong pyparsing. We had to add the pyparsing to the deps in the tox.ini file.
File "/tmp/easy_install-bV_Ldn/pyparsing-3.0.0a1/pyparsing/core.py", line 166
nonlocal found_arity, limit
^
SyntaxError: invalid syntax
ERROR: InvocationError for command '/home/travis/build/fedora-python/pyp2rpm/.tox/py27/bin/python setup.py test --addopts -vv' (exited with code 1)
Originally posted by @hmikihth in #215 (comment)
The text was updated successfully, but these errors were encountered: