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: NEWS.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Bug Fixes
58
58
the index url contains the username, but the password comes
59
59
from an external source, such as keyring. (`#10269 <https://github.com/pypa/pip/issues/10269>`_)
60
60
- Fix double unescape of HTML ``data-requires-python`` and ``data-yanked`` attributes. (`#10378 <https://github.com/pypa/pip/issues/10378>`_)
61
-
- New resolver: Fixes depth ordering of packages during resolution, e.g. a dependency 2 levels deep will be ordered before a dependecy 3 levels deep. (`#10482 <https://github.com/pypa/pip/issues/10482>`_)
61
+
- New resolver: Fixes depth ordering of packages during resolution, e.g. a dependency 2 levels deep will be ordered before a dependency 3 levels deep. (`#10482 <https://github.com/pypa/pip/issues/10482>`_)
Copy file name to clipboardExpand all lines: docs/html/development/architecture/anatomy.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The ``README``, license, ``pyproject.toml``, ``setup.py``, and so on are in the
46
46
47
47
* ``__init__.py``
48
48
* ``conftest.py``
49
-
* ``data/`` *[test data for running tests -- pesudo package index in it! Lots of small packages that are invalid or are valid. Test fixtures. Used by functional tests]*
49
+
* ``data/`` *[test data for running tests -- pseudo package index in it! Lots of small packages that are invalid or are valid. Test fixtures. Used by functional tests]*
50
50
* ``functional/`` *[functional tests of pip’s CLI -- end-to-end, invoke pip in subprocess & check results of execution against desired result. This also is what makes test suite slow]*
51
51
* ``lib/`` *[helpers for tests]*
52
52
* ``unit/`` *[unit tests -- fast and small and nice!]*
0 commit comments