project-generator / project_generator

Project generators for various embedded tools (IDE). IAR, uVision, Makefile, CoIDE, Eclipse and many more in the roadmap!
Apache License 2.0
271 stars 96 forks source link

Travis: fixing crypto failure #476

Closed 0xc0170 closed 3 years ago

0xc0170 commented 3 years ago

In progress

mbrossard commented 3 years ago

I can't access the logs from the last successful build that happened on July 8th. It was before the release of version 3.0 of cryptography that happened on July 20th (https://github.com/pyca/cryptography/releases).

Looking at the diff with the previous version shows that they were not doing CI for pypy. That was added later in 3.x development (see .github/workflows/ci.yml in diff). They have now in master dropped support for Python2/pypy2 and raised the minum pypy version to 7.2 (our failed CI run seems to use 7.1).

CI uses Xenial, should we try updating to Bionic?