diff options
author | Matt Clay <mclay@redhat.com> | 2021-11-17 03:16:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 03:16:42 +0100 |
commit | bb63c97c162040548f1d9e684a6e35c403a03f4c (patch) | |
tree | 91720bda5158d24b29fa56fa3f1b9da4d7d1f378 /MANIFEST.in | |
parent | ansible-test - Add support for RHEL 8.5 instances. (#76305) (diff) | |
download | ansible-bb63c97c162040548f1d9e684a6e35c403a03f4c.tar.xz ansible-bb63c97c162040548f1d9e684a6e35c403a03f4c.zip |
ansible-test - Update import test and sanity requirements. (#76308)
* Add script to freeze sanity requirements.
* Declare sanity test requirements and freeze
* Use pinned requirements for import.plugin test.
* Expand scope of import test for ansible-core.
* Add ignores for galaxy import errors.
* Update test-constraints sanity test.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 22c8ce8678..e75acb70cd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -29,10 +29,10 @@ recursive-include packaging * recursive-include test/ansible_test *.py Makefile recursive-include test/integration * recursive-include test/lib/ansible_test/config *.yml *.template -recursive-include test/lib/ansible_test/_data *.cfg *.ini *.ps1 *.txt *.yml coveragerc +recursive-include test/lib/ansible_test/_data *.cfg *.in *.ini *.ps1 *.txt *.yml coveragerc recursive-include test/lib/ansible_test/_util *.cfg *.json *.ps1 *.psd1 *.py *.sh *.txt *.yml recursive-include test/lib/ansible_test/_util/controller/sanity/validate-modules validate-modules -recursive-include test/sanity *.json *.py *.txt +recursive-include test/sanity *.in *.json *.py *.txt recursive-include test/support *.py *.ps1 *.psm1 *.cs exclude test/sanity/code-smell/botmeta.* exclude test/sanity/code-smell/release-names.* @@ -46,4 +46,5 @@ include changelogs/changelog.yaml recursive-include hacking/build_library *.py include hacking/build-ansible.py include hacking/test-module.py +include hacking/update-sanity-requirements.py include bin/* |