You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/reference/reference.rst
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1279,8 +1279,7 @@ passed multiple times. The expected format is ``name=value``. For example::
1279
1279
Controls if pytest should attempt to identify `namespace packages <https://packaging.python.org/en/latest/guides/packaging-namespace-packages>`__
1280
1280
when collecting Python modules. Default is ``False``.
1281
1281
1282
-
Set to ``True`` if you are testing namespace packages installed into a virtual environment and it is important for
1283
-
your packages to be imported using their full namespace package name.
1282
+
Set to ``True`` if the package you are testing is part of a namespace package.
1284
1283
1285
1284
Only `native namespace packages <https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages>`__
1286
1285
are supported, with no plans to support `legacy namespace packages <https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#legacy-namespace-packages>`__.
0 commit comments