doc: Adding the missing sys import (#8819) (#8827)

Co-authored-by: Sripradha Karkala <sripradha.karkala@nutanix.com>
This commit is contained in:
Srip 2021-06-29 23:11:20 -07:00 committed by GitHub
parent 1d67553403
commit 9cdb7223b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ You can specify additional plugins to ``pytest.main``:
# content of myinvoke.py
import pytest
import sys
class MyPlugin: