Skip to content

Commit

Permalink
Fix coverage in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 25, 2023
1 parent 48c5ddf commit 8ea7543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def pytest_configure():
add_future_flags()


def add_future_flags():
def add_future_flags(): # pragma: no cover
if sys.version_info > (3, 10):
return

Expand Down

0 comments on commit 8ea7543

Please sign in to comment.