From 001f6e425e34b1d593a99464cc26e5b0c342aa5f Mon Sep 17 00:00:00 2001 From: Sripradha Karkala Date: Tue, 29 Jun 2021 14:48:21 -0700 Subject: [PATCH] doc: Adding the missing sys import (#8819) --- doc/en/how-to/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/how-to/usage.rst b/doc/en/how-to/usage.rst index ce8247b44ee..f9b38b19ea6 100644 --- a/doc/en/how-to/usage.rst +++ b/doc/en/how-to/usage.rst @@ -184,6 +184,7 @@ You can specify additional plugins to ``pytest.main``: # content of myinvoke.py import pytest + import sys class MyPlugin: