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 Actions: run tests on PyPy3.11 #10286

Closed
wants to merge 1 commit into from
Closed

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Mar 18, 2025

We are having trouble installing pylint v3.3.5 on PyPy3.11 on Windows (only!) on GitHub Actions.

Also, pip install --help shows six different --u* options so when writing commands that others will read, explicitly use the self-documenting --upgrade instead of -U.

  • --user
  • --upgrade
  • --upgrade-strategy <upgrade_strategy>
  • --use-pep517
  • --use-feature
  • --use-deprecated

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
📜 Docs

Description

Refs #XXXX

Closes #XXXX

We are having trouble installing pylint v3.3.5 on PyPy3.11 on GitHub Actions.

Also, `pip install --help` shows six different `--u*` options so when writing commands that others will read, explicitly use the self-documenting `--upgrade` instead of `-U`.

* --user
* --upgrade
* --upgrade-strategy <upgrade_strategy>
* --use-pep517
* --use-feature <feature>
* --use-deprecated <feature>
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

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

Thank you for the pull request, we have a matrix dedicated to pypy (where pypy 3.10 fail right now), this should be the one modified instead.

@Pierre-Sassoulas Pierre-Sassoulas added the Maintenance Discussion or action around maintaining pylint or the dev workflow label Mar 18, 2025
@Pierre-Sassoulas Pierre-Sassoulas added this to the 4.0.0 milestone Mar 18, 2025
@cclauss cclauss closed this Mar 18, 2025
@cclauss cclauss deleted the patch-1 branch March 18, 2025 14:33
Copy link
Contributor

🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉

This comment was generated for commit 27b1954

@Pierre-Sassoulas
Copy link
Member

@cclauss did you close by mistake ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining pylint or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants