Skip to content

Revert pypy pin and skip stalled tests - #4002

Open
blnicho wants to merge 15 commits into
Pyomo:mainfrom
blnicho:revert-pypy-pin
Open

Revert pypy pin and skip stalled tests#4002
blnicho wants to merge 15 commits into
Pyomo:mainfrom
blnicho:revert-pypy-pin

Conversation

@blnicho

@blnicho blnicho commented Aug 4, 2026

Copy link
Copy Markdown
Member

Fixes # .

Summary/Motivation:

The PyPy job is consistently getting stuck. In #3899 we added a temporary pin to the PyPy version we use for testing to work around issues in the 7.3.21 release. PyPy 7.3.22 is out now so this PR reverts the pin to see if that resolves the new issue we're seeing.

Changes proposed in this PR:

  • Remove PyPy pin to make sure we're testing the latest version

AI-Use Disclosure

  • AI tools were NOT used during the preparation of this PR

or

  • AI tools contributed to the development of this PR

    • AI tools generated documentation (including the PR description/comments, code comments, and/or Sphinx documentation)
    • AI tools generated tests (baselines, examples, and/or code)
    • AI tools generated code (apart from tests)

    Review process (select ONE):

    • Rewritten: All AI-generated content was rewritten by me before being committed.
    • Reviewed/verified: I retained AI-generated content and verified it before committing. Verification included (as applicable):
      • Ran the code and fixed issues
      • Added and ran tests
      • Checked correctness/logic of code and tests
      • Checked for alignment with the contribution guide
      • Considered security implications
    • As-is: AI-generated content was commited directly to the repository

Notes for reviewers (optional):

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

Comment thread pyomo/contrib/satsolver/tests/test_satsolver.py Outdated
Co-authored-by: John Siirola <jsiirola@users.noreply.github.com>
@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.02%. Comparing base (b953cf9) to head (0a3b616).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4002      +/-   ##
==========================================
- Coverage   90.13%   90.02%   -0.12%     
==========================================
  Files         917      917              
  Lines      109101   109101              
==========================================
- Hits        98343    98221     -122     
- Misses      10758    10880     +122     
Flag Coverage Δ
builders 29.09% <100.00%> (+0.01%) ⬆️
default 86.13% <100.00%> (?)
expensive 35.07% <100.00%> (?)
linux 87.66% <100.00%> (-1.98%) ⬇️
linux_other 87.66% <100.00%> (+<0.01%) ⬆️
oldsolvers 27.91% <100.00%> (-0.12%) ⬇️
osx 83.11% <100.00%> (ø)
win 85.42% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@blnicho blnicho changed the title Revert pypy pin Revert pypy pin and skip stalled tests Aug 5, 2026
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.

3 participants