docs: remove warning about repositories and package extension (#44247)

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.
This commit is contained in:
Todd Gamblin 2024-05-17 15:03:57 -07:00 committed by GitHub
parent 574bd2db99
commit 77c83af17d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.