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

Switches to upstream python container for linting #247

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

conorsch
Copy link
Contributor

@conorsch conorsch commented Apr 5, 2019

The ci-python container was throwing errors related to jessie apt repos.
Rather than patch that container, let's switch to an upstream Python 3
container. The 3.5.7 version is not a perfect match for Debian Stretch,
which currently uses Pyhton 3.5.3, but it's close enough that it should
suffice for linting.

Closes #246.

Testing

  • Run make flake8 on master and confirm failure, similar to errors documented in Linting container is failing in CI #246
  • Run make flake8 on this branch and confirm passing
  • Confirm CI is passing on this branch

The ci-python container was throwing errors related to jessie apt repos.
Rather than patch that container, let's switch to an upstream Python 3
container. The 3.5.7 version is not a perfect match for Debian Stretch,
which currently uses Pyhton 3.5.3, but it's close enough that it should
suffice for linting.
@conorsch conorsch requested review from sssoleileraaa, emkll and rmol April 5, 2019 16:55
Copy link
Contributor

@rmol rmol left a comment

Choose a reason for hiding this comment

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

Confirmed: this branch fixes the apt failure on master.

@conorsch
Copy link
Contributor Author

conorsch commented Apr 5, 2019

Thanks for rapid review, @rmol! Merging now, then I'll circle back on #242

@conorsch conorsch merged commit 57679a9 into master Apr 5, 2019
@legoktm legoktm deleted the 246-fix-flake8-linting branch May 28, 2024 15:25
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.

Linting container is failing in CI
3 participants