From 9cdb7223b5f465d6511e2da1885ad37701eb8d02 Mon Sep 17 00:00:00 2001 From: Srip Date: Tue, 29 Jun 2021 23:11:20 -0700 Subject: [PATCH] doc: Adding the missing sys import (#8819) (#8827) Co-authored-by: Sripradha Karkala --- 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 ce8247b44..f9b38b19e 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: