diff --git a/doc/en/usage.rst b/doc/en/usage.rst index f87e1496d9e..ef63a8e067c 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -310,10 +310,6 @@ You can pass in options and arguments:: pytest.main(['-x', 'mytestdir']) -or pass in a string:: - - pytest.main("-x mytestdir") - You can specify additional plugins to ``pytest.main``:: # content of myinvoke.py