ed9de94ad9
* remove azure extras and extras_require support * Since Azure will be collectionized, the requirements will float more frequently than Ansible releases; the Azure collection needs to host the requirements now. * Removed the dynamic extras support as well, since Azure was the only thing using it. If we need it again, it's easy to pull back from history. * Mark azure-requirements as orhpaned. This keeps the docs around so that existing links from old test runs remain valid. Co-authored-by: Matt Clay <matt@mystile.com>
10 lines
310 B
ReStructuredText
10 lines
310 B
ReStructuredText
:orphan:
|
|
|
|
azure-requirements
|
|
==================
|
|
|
|
Update the Azure integration test requirements file when changes are made to the Azure packaging requirements file:
|
|
|
|
.. code-block:: bash
|
|
|
|
cp packaging/requirements/requirements-azure.txt test/lib/ansible_test/_data/requirements/integration.cloud.azure.txt
|