-
-
Notifications
You must be signed in to change notification settings - Fork 604
Fix CI #719
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
Fix CI #719
Conversation
This checks if a submodule name shadows a Python standard-library module. This happens for cantools' signal submodule. Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com> Signed-off-by: Gerrit Ecke <gerrit.ecke@mercedes-benz.com>
this recently started failing on us due to some dependency failing to be installed. Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com> Signed-off-by: Gerrit Ecke <gerrit.ecke@mercedes-benz.com>
@zariiii9003: would be great if you knew a way to get pypy working again instead of disabling it... |
Pillow does not build wheels for 3.9 anymore. I'd try pypy-3.10 🤷♂️ |
Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
Pull Request Test Coverage Report for Build 12786329837Details
💛 - Coveralls |
ok: pypi-3.10 seems to work with pillow on windows, but it bails out due to some other reason which I could not grok from the error message. I disabled testing with pypy on windows, i.e., pypy is still tested on ubuntu... |
It seems like there's something missing in the matplotlib wheel for pypy... |
can we fix this on our side? if not, let's just disable that config; After all, pypy and windows are still tested, just not both together... |
Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com>
the CI system recently started failing on us:
signal.py
would probably leave a path of destruction in user code.Andreas Lauser <andreas.lauser@mercedes-benz.com>, on behalf of MBition GmbH.
Provider Information