We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pytest is required twice in setup.py with different versions. https://github.com/Thriftpy/thriftpy2/blob/master/setup.py#L36 https://github.com/Thriftpy/thriftpy2/blob/master/setup.py#L39
pytest
Seems to be the result of a recent branch merge 21b27cd#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R39.
Remove "pytest>=2.8",?
"pytest>=2.8",
The text was updated successfully, but these errors were encountered:
Thanks, I will fix it later.
Sorry, something went wrong.
No branches or pull requests
pytest
is required twice in setup.py with different versions.https://github.com/Thriftpy/thriftpy2/blob/master/setup.py#L36
https://github.com/Thriftpy/thriftpy2/blob/master/setup.py#L39
Seems to be the result of a recent branch merge 21b27cd#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R39.
Remove
"pytest>=2.8",
?The text was updated successfully, but these errors were encountered: