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

use pytest.fixture instead of yield_fixture, fixes #5575 #5577

Conversation

ThomasWaldmann
Copy link
Member

No description provided.

/vagrant/borg/borg/.tox/py36-none/lib/python3.6/site-packages/borg/testsuite/remote.py:73:
    PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.
Docs: https://docs.pytest.org/en/stable/warnings.html
@codecov-io
Copy link

codecov-io commented Dec 19, 2020

Codecov Report

Merging #5577 (e9c5e3e) into 1.1-maint (368d3e7) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           1.1-maint    #5577      +/-   ##
=============================================
- Coverage      79.89%   79.84%   -0.06%     
=============================================
  Files             27       27              
  Lines          10382    10382              
  Branches        1831     1831              
=============================================
- Hits            8295     8289       -6     
- Misses          1568     1574       +6     
  Partials         519      519              
Impacted Files Coverage Δ
src/borg/archive.py 81.33% <0.00%> (-0.75%) ⬇️
src/borg/repository.py 85.23% <0.00%> (-0.20%) ⬇️
src/borg/archiver.py 81.49% <0.00%> (+0.28%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 368d3e7...e9c5e3e. Read the comment docs.

@ThomasWaldmann ThomasWaldmann merged commit 0504642 into borgbackup:1.1-maint Dec 19, 2020
@ThomasWaldmann ThomasWaldmann deleted the fix-yield-fixture-deprecation branch December 19, 2020 23:23
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.

2 participants