Enable ParamSpec usage when Mypy supports it
Once github.com/python/mypy#8645 is resolved fixture.py
can make use of it to reduce the complexity of fixture call signatures.
ParamSpec
will be available to Python 3.9 through typing_extensions
Once github.com/python/mypy#8645 is resolved fixture.py
can make use of it to reduce the complexity of fixture call signatures.
ParamSpec
will be available to Python 3.9 through typing_extensions