From f50d0fd39d7a6ccf1e8670cf534e6147e53a448d Mon Sep 17 00:00:00 2001 From: Maciej Nachtygal <82878433+macieyng@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:32:03 +0200 Subject: [PATCH] Update README.rst --- README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.rst b/README.rst index 2afd207..bd00ae7 100644 --- a/README.rst +++ b/README.rst @@ -644,11 +644,6 @@ Why not use ``@pytest.mark.parametrize``? to repeat argument names, and (using ``param``) it supports optional keyword arguments. -Why do I get an ``AttributeError: 'function' object has no attribute 'expand'`` with ``@parameterized.expand``? - You've likely installed the ``parametrized`` (note the missing *e*) - package. Use ``parameterized`` (with the *e*) instead and you'll be all - set. - What happened to ``nose-parameterized``? Originally only nose was supported. But now everything is supported, and it only made sense to change the name!