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

[WIP] Syrupy v5 #905

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[WIP] Syrupy v5 #905

wants to merge 1 commit into from

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Oct 20, 2024

Syrupy v5

  • Drops Python 3.8 support due to end of life.
  • Raises min version of Pytest to v8.

No timeline on when Syrupy v5 will be released. I'm working my way through the open issues and will try get as many issues resolved in v4 as possible.

@noahnu noahnu changed the title Syrupy v5 [WIP] Syrupy v5 Oct 20, 2024
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #905      +/-   ##
==========================================
- Coverage   97.74%   97.72%   -0.02%     
==========================================
  Files          21       21              
  Lines        1596     1583      -13     
==========================================
- Hits         1560     1547      -13     
  Misses         36       36              

🚨 Try these New Features:

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: c5724bc Previous: 8c1208d Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.8039477730623507 iter/sec (stddev: 0.05452355111260246) 0.8003550914304741 iter/sec (stddev: 0.057265148672985905) 1.00
benchmarks/test_1000x.py::test_1000x_writes 0.7304376392982176 iter/sec (stddev: 0.2573096384251674) 0.7749795092860265 iter/sec (stddev: 0.03690195509041565) 1.06
benchmarks/test_standard.py::test_standard 0.7604610418260827 iter/sec (stddev: 0.06558583186783294) 0.7703735784935567 iter/sec (stddev: 0.05530831375771462) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
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