-
Notifications
You must be signed in to change notification settings - Fork 55
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
Unexplained sytest poetry build failure weirdness #1269
Comments
The docker build is failing with:
|
If
and we get the same error as before afterwards. |
Omitting the
|
msgpack 1.0.4 introduced build dependencies on Cython and setuptools, whereas previously, msgpack 1.0.3 would use whatever version of setuptools was available. When
I tried installing with a bunch of different setuptools versions and it seems that between setuptools 47.3.2 and 48.0.0, something changed in setuptools that causes msgpack to be installed in |
Filed as pypa/setuptools#3457 |
https://github.com/matrix-org/sytest/runs/7250780423?check_suite_focus=true#step:6:929
I wonder if this is fixed by bumping to poetry 1.1.14 (see matrix-org/synapse#13285 and python-poetry/poetry#5973)
The text was updated successfully, but these errors were encountered: