We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cb87b commit b541721Copy full SHA for b541721
doc/en/explanation/goodpractices.rst
@@ -210,8 +210,8 @@ Note that this layout also works in conjunction with the ``src`` layout mentione
210
to avoid surprises such as a test module getting imported twice.
211
212
With ``--import-mode=importlib`` things are less convoluted because
213
- pytest doesn't need to change ``sys.path`` or ``sys.modules``, making things
214
- much less surprising.
+ pytest doesn't need to change ``sys.path``, making things much less
+ surprising.
215
216
217
.. _which-import-mode:
0 commit comments