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

Github Action Linter failing due to out-of-date package #797

Closed
1 task done
dereckt opened this issue Dec 12, 2022 · 1 comment
Closed
1 task done

Github Action Linter failing due to out-of-date package #797

dereckt opened this issue Dec 12, 2022 · 1 comment
Labels

Comments

@dereckt
Copy link
Contributor

dereckt commented Dec 12, 2022

Describe the bug

As mentioned in #792, the github action that's currently being used as a linter is failing due to it being unable to install "libenchant-dev". I believe the solution to this would be changing "libenchant-dev" to "libenchant-2-dev", since it seems that this is the replacement, but I'm unable to test it on my end.

To Reproduce

  1. Create a fork
  2. Change something in fork (add comment) and push to fork.
  3. Try to merge fork
  4. Wait for maintainers to permit testing
  5. Fail pylint check (incorrectly)

Expected behavior

The linter should run on the PR and correctly check the commit.

Logs/tracebacks

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libenchant-dev
Error: Process completed with exit code 100

Python Version

$ python --version
Python 3.10.6

multidict Version

$ python -m pip show multidict
Name: multidict
Version: 6.0.3

yarl Version

$ python -m pip show yarl
Name: yarl
Version: 1.8.2

OS

Linux virtual environment.

Additional context

No response

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
@dereckt dereckt added the bug label Dec 12, 2022
@asvetlov
Copy link
Member

Fixed by 1b98176
Thank you for filing the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants