Skip to content

Comments

Skip pickle tests in Python 3.14.3#844

Merged
mauvilsa merged 1 commit intomainfrom
skip-failing-tests
Feb 19, 2026
Merged

Skip pickle tests in Python 3.14.3#844
mauvilsa merged 1 commit intomainfrom
skip-failing-tests

Conversation

@mauvilsa
Copy link
Member

What does this PR do?

Parsers in Python 3.14.3 are not pickleable. Already fixed in python/cpython#144783 but needs to wait for the fix to be included in a release.

Before submitting

  • Did you read the contributing guideline?
  • [n/a] Did you update the documentation? (readme and public docstrings)
  • [n/a] Did you write unit tests such that there is 100% coverage on related code? (required for bug fixes and new features)
  • Did you verify that new and existing tests pass locally?
  • Did you make sure that all changes preserve backward compatibility?
  • [n/a] Did you update the CHANGELOG including a pull request link? (not for typos, docs, test updates, or minor internal changes/refactors)

@mauvilsa mauvilsa added the refactor Improvements to the quality of the code label Feb 19, 2026
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bc4f399) to head (0d47da7).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #844   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         7275      7275           
=========================================
  Hits          7275      7275           

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

@mauvilsa mauvilsa merged commit 819846d into main Feb 19, 2026
31 checks passed
@mauvilsa mauvilsa deleted the skip-failing-tests branch February 19, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Improvements to the quality of the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant