There was an error while loading. Please reload this page.
argparsing.py: Supported 'int' & 'float' types are not added to valid type Literal. Hence the typechecking is reporting a issue
parser.addini( "timeout", type='float', help="Default webdriver timeout")
Issue Line: https://github.com/pytest-dev/pytest/blob/main/src/_pytest/config/argparsing.py#L177