remove unnecessary newline

This commit is contained in:
Daniel Hahler 2019-04-14 23:49:24 +02:00
parent 992e7f7771
commit e804e419bc
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ class PytestPluginManager(PluginManager):
known_marks = {m.name for m in getattr(method, "pytestmark", [])}
for name in ("tryfirst", "trylast", "optionalhook", "hookwrapper"):
opts.setdefault(name, hasattr(method, name) or name in known_marks)
return opts