Run pyupgrade --py37-plus

This commit is contained in:
Bruno Oliveira
2022-11-05 12:01:07 -03:00
parent 59457cc1bd
commit d7d396a7f9
6 changed files with 19 additions and 21 deletions

View File

@@ -149,7 +149,7 @@ class WorkerInteractor:
if len(mark.args) > 0
else mark.kwargs.get("name", "default")
)
item._nodeid = "{}@{}".format(item.nodeid, gname)
item._nodeid = f"{item.nodeid}@{gname}"
@pytest.hookimpl
def pytest_collection_finish(self, session):