Skip to content

Conversation

@youtux
Copy link
Contributor

@youtux youtux commented Dec 8, 2024

Fixes #752

We want to relax the gherkin-official dependency requirement, as right now we use ^29.0.0 and it doesn't allow version 30 to be used, which is annoying since it fixes a warning in python3.13.

I will therefore relax it, and add to the tox matrix all the gherkin-official versions we support (right now, 29 and 30).

@codecov
Copy link

codecov bot commented Dec 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.05%. Comparing base (9bb4967) to head (7decb11).
Report is 36 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #753      +/-   ##
==========================================
+ Coverage   96.01%   96.05%   +0.04%     
==========================================
  Files          55       55              
  Lines        2359     2359              
  Branches      250      136     -114     
==========================================
+ Hits         2265     2266       +1     
  Misses         56       56              
+ Partials       38       37       -1     

☔ View full report in Codecov by Sentry.
📢 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.

@youtux youtux merged commit 9ff6980 into master Dec 8, 2024
18 checks passed
@youtux youtux deleted the ab/gherkin-official-req branch December 8, 2024 12:59
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.

gherkin-official version bound raises DeprecationWarning on Python 3.13

2 participants