Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions reference/workspace_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ Moreover, it could not have the ``ref`` field, and let Conan read the *name/vers
- path: dep2


.. warning::

Support for ``python_requires`` in a workspace is limited and highly **experimental** (the whole feature is still incubating, so
no guarantees about ``python_requires`` either).

In case of having ``python_requires`` in the workspace, they should be declared first, before other packages that use
them, the order is important. They also must declare the proper ``package_type = "python-require"``.

Also, it will only work when using ``conanws.yml``, but not with a dynamic definition using ``conanws.py`` ``packages()``
method.


conanws.py
----------

Expand Down