ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

fix circleCI tests for python 3.5 #77

Closed jupe closed 5 years ago

jupe commented 5 years ago

Status

READY

Migrations

NO

Description

Use known good python 3.5 image that worked last time against master branch:

circleci/python@sha256:61cba4c942db892b24711ed5e4f324923a08177c9053b8cc6748174f46c0c3f6

jupe commented 5 years ago

damn, it does not related to docker image. pyocd require new setuptools so need to update setuptools for image

pkg_resources.VersionConflict: (setuptools 28.8.0 (/home/circleci/icetea/venv/lib/python3.5/site-packages), Requirement.parse('setuptools>=40.0'))
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 700


Totals Coverage Status
Change from base Build 558: 0.0%
Covered Lines: 4994
Relevant Lines: 7079

💛 - Coveralls
jonikula commented 5 years ago

Circle seems to pass now, but Jenkins is stuck :D