Skip to content

Commit

Permalink
docs: remove warning about repositories and package extension (#44247)
Browse files Browse the repository at this point in the history
Local package repositories are very well supported and we test them extensively, so this
warning from 8 years ago can be removed from the docs.
  • Loading branch information
tgamblin committed May 17, 2024
1 parent 574bd2d commit 77c83af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/spack/docs/repositories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,3 @@ implemented using Python's built-in `sys.path
:py:mod:`spack.repo` module implements a custom `Python importer
<https://docs.python.org/2/library/imp.html>`_.

.. warning::

The mechanism for extending packages is not yet extensively tested,
and extending packages across repositories imposes inter-repo
dependencies, which may be hard to manage. Use this feature at your
own risk, but let us know if you have a use case for it.

0 comments on commit 77c83af

Please sign in to comment.