ansible/changelogs/fragments/ansible-test-collections-requirements.yml
Matt Clay c59cf1d148 [stable-2.9] Fix ansible-test collections requirements installation. (#62181)
* Fix location of unit test requirements.

* Preserve ansible-test unit test requirements.

* Remove redundant unit test requirements.

* Fix location of network test requirements.

* Preserve ansible-test network test requirements.

* Remove redundant network test requirements.

* Add missing ordereddict requirements.

* Load collection requirements correctly.

* Add changelog fragment.
(cherry picked from commit cdc4926)

Co-authored-by: Matt Clay <matt@mystile.com>
2019-09-16 13:43:12 -07:00

3 lines
215 B
YAML

bugfixes:
- ansible-test now correctly installs the requirements specified by the collection's unit and integration tests
instead of the requirements specified for Ansible's own unit and integration tests