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

pytest: Fix warning regarding usefixtures #519

Merged
merged 2 commits into from Feb 8, 2024
Merged

Conversation

tony
Copy link
Member

@tony tony commented Feb 8, 2024

Changes

pytest: fix warning

conftest.py:52
  libtmux/conftest.py:52: PytestRemovedIn9Warning: Marks applied to fixtures have no effect
  See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
    def setup(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (498405f) 89.06% compared to head (0b3624c) 89.15%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #519      +/-   ##
==========================================
+ Coverage   89.06%   89.15%   +0.09%     
==========================================
  Files          36       36              
  Lines        3557     3559       +2     
  Branches      502      501       -1     
==========================================
+ Hits         3168     3173       +5     
+ Misses        268      265       -3     
  Partials      121      121              

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

@tony tony merged commit db775fc into master Feb 8, 2024
23 checks passed
@tony tony deleted the pytest-warning-fix branch February 8, 2024 19:16
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.

None yet

1 participant