Skip to content

Remove development dependency on Docker #877

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

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

seifertm
Copy link
Contributor

@seifertm seifertm commented Jul 13, 2024

Removes the actionlint-docker pre-commit hook, which requires Docker to be set up on the development machine. Given that the pre-commit hooks already lint yaml files and that the GitHub actions are run for every PR, the Docker dependency seems unreasonable.

closes #595

@seifertm seifertm changed the title build: Remove development dependency on Docker. build: Remove development dependency on Docker Jul 13, 2024
@seifertm seifertm changed the title build: Remove development dependency on Docker Remove development dependency on Docker Jul 13, 2024
@seifertm seifertm marked this pull request as ready for review July 13, 2024 19:51
@seifertm seifertm requested review from asvetlov and Tinche as code owners July 13, 2024 19:51
Removes the actionlint-docker pre-commit hook, which requires Docker to be set up on the development machine. Given that the pre-commit hooks already lint yaml files and that the GitHub actions are run for every PR, the Docker dependency seems unreasonable.
@seifertm seifertm force-pushed the remove-docker-dependency branch from 8a00b5d to d335c25 Compare July 13, 2024 19:52
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.08%. Comparing base (d572138) to head (d335c25).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #877   +/-   ##
=======================================
  Coverage   92.08%   92.08%           
=======================================
  Files           2        2           
  Lines         480      480           
  Branches       96       96           
=======================================
  Hits          442      442           
  Misses         23       23           
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seifertm seifertm added this pull request to the merge queue Jul 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 15, 2024
@seifertm seifertm added this pull request to the merge queue Jul 15, 2024
Merged via the queue into pytest-dev:main with commit b735e8a Jul 15, 2024
14 checks passed
@seifertm seifertm deleted the remove-docker-dependency branch July 15, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace actionlint-docker pre-commit hook
2 participants