diff --git a/README.rst b/README.rst index d9fb9ff..de5971c 100644 --- a/README.rst +++ b/README.rst @@ -279,13 +279,6 @@ If you really intend to mock a context manager, ``mocker.patch.context_manager`` which won't issue the above warning. -Requirements -============ - -* Python 3.5+ -* pytest - - Install =======