Sandra McCann
88763c7347
update rstcheck and sphinx versions in contraints ( #73176 )
...
* update rstceck and sphinx versions in contraints
* fix test error
4 years ago
Matt Clay
37d09f2488
Update ansible-test pylint Python support. ( #72972 )
...
* Update ansible-test pylint Python support.
* Python 3.8 is now officially supported.
* Python 3.9 is now skipped with a warning.
4 years ago
Matt Clay
36ab3d1189
Fix cryptography constraints in ansible-test. ( #72914 )
4 years ago
Rick Elrod
2293b327c0
[ansible-test] Limit cryptography to <3.2 ( #72342 )
...
Change:
- Cryptography 3.2 drops support for OpenSSL 1.0.2. Some of our CI
infrastructure still uses this version (FreeBSD, namely). For now,
just add a constraint to use old cryptography.
Test Plan:
- CI
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
Jordan Borean
caba47dd3f
Add support for GSSAPI/Kerberos to urls.py ( #72113 )
...
* Add support for GSSAPI/Kerberos to urls.py
* Test out changes with the latest test container
* Get remote hosts working
* Fix up httptester_krb5_password reader
* Fix tests for opensuse and macOS
* Hopefully last lot of testing changes
* Dont do CBT on macOS
* Fixes from review
4 years ago
Toshio Kuratomi
d816a5966e
Force an upgrade to a newer version of antsibull
4 years ago
Felix Fontein
fbfc0f99eb
Make changelog tool be more strict about suffixes ( #70909 )
...
* Bump antsibull-changelog version.
* Flag all dotfiles, except .keep and .gitkeep.
* Enable ignoring other fragment extensions.
4 years ago
Matt Davis
86b6c4bbb6
fix collection package root location under pytest >=6.0.0 ( #70963 )
4 years ago
Matt Clay
3a8ac62596
Cap pytest version to avoid relative import issue.
4 years ago
Matt Clay
f69b1846f9
Add pyparsing constraint to ansible-test.
...
The upcoming pyparsing 3 release will require Python 3.5 or later, see:
https://github.com/pypa/packaging/issues/313
Unfortunately pip 8.x and earlier versions do not support python version requirements, which is why this constraint is needed.
4 years ago
Felix Fontein
a114da80ee
Use antsibull-changelog instead of packaged changelog generator ( #69313 )
...
Replace the ansible-base changelog linting and generation tool with antsibull-changelog and make it available for linting collections. Previously changelog linting was limited to ansible-base.
4 years ago
Matt Clay
159d79995c
Freeze pycodestyle in ansible-test.
5 years ago
Matt Clay
d7da1d9bd0
Fix ansible-test coverage constraints.
5 years ago
Matt Clay
735885d57c
Fix ansible-test requirements installation.
5 years ago
Matt Clay
5159457ba1
Fix ansible-test unit test requirements.
...
Requirements were incorrectly added to ansible-test in https://github.com/ansible/ansible/pull/61813
These requirements should have been placed into `test/units/requirements.txt` instead.
Now that the relevant content has been migrated out of the repository, the requirements are no longer necessary there either.
No changelog entry for this change since the original changes were not included in any release and also lacked a changelog entry.
5 years ago
Matt Clay
99e136e153
Remove out-of-date test constraint on paramiko.
...
ci_complete
5 years ago
Matt Clay
64a2864158
Fix ansible-test constraints for AWS.
5 years ago
Matt Clay
965854fbd2
Add constraints for Jinja2 on Python 2.6. ( #66826 )
...
* Add constraint for Jinja2 on Python 2.6.
* Fix constraint in inventory_aws_conformance test.
* Add constrraints for template_jinja2_latest test.
5 years ago
Matt Clay
51e5b714e0
Add test constraint for setuptools. ( #66426 )
...
* Add test constraint for setuptools.
* Update pip test to work on centos6 container.
5 years ago
Matt Clay
9ea5b539b6
Add ansible-test constraint to avoid coverage 5.0+
5 years ago
Matt Clay
32b57d57a0
Add constraint for pathspec.
...
This fixes installation of pathspec on Python 2.6.
5 years ago
Pedro Magalhães
67d9cc45bd
maven_artifact.py - add support for version ranges by using spec ( #54309 ) ( #61813 )
5 years ago
Toshio Kuratomi
68fa03138c
Revert "New Module: NetApp Account ( #59939 )"
...
This reverts commit 6a8dcb8fcb
.
Reverting this as it breaks CI for azure (more permissions would be
needed for our account)
5 years ago
Chris Archibald
6a8dcb8fcb
New Module: NetApp Account ( #59939 )
...
* netapp account module for azure
* netapp account module for azure
* fixes
* fixes
* add requirements
* add requirements
* fix issues
* add units
* add units
* updates
* updates
* fixes
* fixes
* fies
* fixes
5 years ago
Matt Martz
697b566971
Update units to pass on macOS ( #60435 )
...
* Update units to pass on macOS. Fixes #27810
* raising=False
5 years ago
Sam Doran
9cb47832d1
Pin openshift <=0.9.0 to prevent test failures ( #60245 )
5 years ago
Matt Clay
d651bda123
Relocate ansible-test code. ( #60147 )
...
* Initial move of `test/runner/` content.
`test/runner/lib/` -> `test/lib/ansible_test/_internal/`
`test/runner/` -> `test/lib/ansible_test/_internal/data/`
* Initial move of `test/sanity/` content.
`test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`)
* Initial move of `test/units/pytest/` content.
`test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/`
* Follow-up move of `test/runner/unit/` content.
`test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/`
* Initial move of `ansible.cfg` content.
`test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg`
`test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg`
* Follow-up move of `data` directory.
`test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/`
* Update import statements.
* Add missing __init__.py for unit tests.
* Fix path references and miscellaneous issues.
5 years ago