diff --git a/changelog/9514.bugfix.rst b/changelog/9514.bugfix.rst index d4b2280ef..a940b5c72 100644 --- a/changelog/9514.bugfix.rst +++ b/changelog/9514.bugfix.rst @@ -1 +1 @@ -Type FixtureRequest.param as Any. +Type-annotate ``FixtureRequest.param`` as ``Any`` as a stop gap measure until :issue:`8073` is fixed.