Skip to content

Commit 9cdb722

Browse files
doc: Adding the missing sys import (#8819) (#8827)
Co-authored-by: Sripradha Karkala <[email protected]>
1 parent 1d67553 commit 9cdb722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/en/how-to/usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ You can specify additional plugins to ``pytest.main``:
184184
185185
# content of myinvoke.py
186186
import pytest
187+
import sys
187188
188189
189190
class MyPlugin:

0 commit comments

Comments
 (0)