Skip to content
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

Use circleci/python:3.6 image in CircleCI tests #155

Merged
merged 2 commits into from
Oct 26, 2020
Merged

Use circleci/python:3.6 image in CircleCI tests #155

merged 2 commits into from
Oct 26, 2020

Conversation

blag
Copy link
Contributor

@blag blag commented Sep 25, 2020

The CircleCI tests for #154 failed because it relied on the Python 3-only package pyaoscx but the tests were running in a circleci/python:2.7 container.

This PR updates the CI container to run in the most recent circleci/python:3.6 image, since all future packs should support Python 3. And frankly, at this point I think all new packs should only support Python 3, so I didn't even bother duplicating the workflow for Python 3.6, I just updated the existing workflow.

Copy link
Member

@arm4b arm4b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, considering tests are ✔️

@tchiapuziowong
Copy link

Hello! Is it possible to re-run a CircleCI test on a pull review using this code?

@punkrokk
Copy link

punkrokk commented Sep 28, 2020 via email

@tchiapuziowong
Copy link

Hello! My pull request #154 is failing due to CircleCI running in Python2.7 venv instead of Python3 - this commit should resolve that error correct? There's nothing to be done in the pack side?

@tchiapuziowong
Copy link

Hello! Is there any update to the status of this review? My pack seems to be dependent on this review in order to be merged.

@tchiapuziowong
Copy link

Hello - is there any update to this request? @blag

@blag
Copy link
Contributor Author

blag commented Oct 26, 2020

@armab The tests in .circleci in this repository aren't for this repository, they're the template for packs forked off of this repository (this should definitely be documented). So these tests will never pass for this repo. See #149.

@blag blag merged commit 8739c4a into master Oct 26, 2020
@blag blag deleted the python3.6-ci branch October 26, 2020 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants