Skip to content

Remove explicit pip requirement (oldest tests now force 20.3) #7119

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

markotoplak
Copy link
Member

@markotoplak markotoplak commented Jul 4, 2025

Issue

Oldest test fails. Now they still fail (timeout when the tests are being executed), but at least they get past this:

pip._vendor.pytoml.core.TomlError: /tmp/pip-install-x83ndwu_/libcst/pyproject.toml(51, 1): array-type-mismatch

Description of changes

require pip>=20.3 (for manylinux_x_y packages like libcst)

See https://github.com/pypa/manylinux

Copy link

codecov bot commented Jul 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.76%. Comparing base (9ec84ff) to head (45709bc).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7119      +/-   ##
==========================================
- Coverage   88.76%   88.76%   -0.01%     
==========================================
  Files         334      334              
  Lines       73665    73665              
==========================================
- Hits        65392    65390       -2     
- Misses       8273     8275       +2     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@markotoplak markotoplak changed the title Require pip 20.3 (for manylinux_x_y packages) to fix oldest tests Require pip 20.3 (for manylinux_x_y packages) Jul 4, 2025
@markotoplak markotoplak changed the title Require pip 20.3 (for manylinux_x_y packages) Remove explicit pip requirement from (oldest tests now force 20.3) Jul 11, 2025
@markotoplak markotoplak changed the title Remove explicit pip requirement from (oldest tests now force 20.3) Remove explicit pip requirement (oldest tests now force 20.3) Jul 11, 2025
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.

1 participant