Skip to content

Commit e3b608e

Browse files
committed
Docs: add item about constraints files
1 parent 3018928 commit e3b608e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/html/user_guide.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,12 @@ incompatible or inconsistent requirements combinations, now's a good
882882
time to fix the underlying problem in the packages, because pip will
883883
be stricter from here on out.
884884

885+
We are also changing our support for :ref:`Constraints Files` :
886+
887+
* Unnamed requirements are not allowed as constraints
888+
* Links are not allowed as constraints
889+
* Constraints cannot have extras
890+
885891

886892
How to test
887893
-----------
@@ -907,6 +913,7 @@ How to test
907913
- installing several packages simultaneously
908914
- re-creating an environment using a ``requirements.txt`` file
909915
- using ``pip --force-reinstall`` to check whether it does what you think it should
916+
- using constraints files
910917
- If you have a build pipeline that depends on pip installing your
911918
dependencies for you, check that the new resolver does what you
912919
need.

0 commit comments

Comments
 (0)