Skip to content

Commit

Permalink
pytest 6.2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Dec 13, 2020
1 parent f6e2adf commit 7918662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def version(self):
return self.get_version()


@pytest.yield_fixture(autouse=True)
@pytest.fixture(autouse=True)
def debug_mode():
from setuptools_scm import utils

Expand Down

0 comments on commit 7918662

Please sign in to comment.