-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
more_itertools throws SyntaxError when pytest installed via setuptools #4772
Comments
Note: when I pin more-itertools to 5.0.0. the problem is 'solved': more-itertools = 5.0.0 So either fix this bug, or pin it in the requirements <= 5.0.0 (last is not prefered, but solves it for now). |
@iamIT Right. Thank you!
solved the problem. Coming from a Java/Maven work to Python, to me looks like dependency conlflict resolution. Or it is rather a workaround for a bug in pytest? |
|
Hi everyone, thanks for opening this issue. I'm closing this as a duplicate of #4770 so we can focus the discussion there. Thanks! |
I have the following minimal
setup.py
:when running it with
python setup.py test
I keep getting the following error:
The problem appears also in the tests of more_itertools that are executed during first run, when setup tools installs test dependencies:
The problem does not happen when I install more_itertools with
My environment
MacOS HighSierra version 10.13.6
The text was updated successfully, but these errors were encountered: