Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python2 test failed because of wrong pyparsing #234

Open
ghost opened this issue Apr 20, 2020 · 1 comment
Open

Python2 test failed because of wrong pyparsing #234

ghost opened this issue Apr 20, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 20, 2020

@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)

Originally posted by @hmikihth in #215 (comment)

@ghost ghost closed this as completed Apr 20, 2020
@ghost ghost reopened this Apr 20, 2020
@ghost
Copy link
Author

ghost commented Apr 20, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants