Skip to content

Commit

Permalink
Merge pull request ansible-collections#740 from tremble/tests/config
Browse files Browse the repository at this point in the history
Add tests config file to specificaly state that we're not interested in python < 3.6

SUMMARY
With Ansible 2.12 ansible-test supports explicitly defining the python version supported by a collection
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
sanity tests
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] authored Oct 1, 2021
2 parents d35601e + f8fb040 commit c16440c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
modules:
python_requires: '>=3.6'

0 comments on commit c16440c

Please sign in to comment.