mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Increase python version coverage for tests. (#24762)
* Improve ansible-test inventory handling. * Fix python 3 re-raise of exception from thread. * Fix python 3 encoding for windows-integration. * Run network tests on multiple python versions. * Run windows tests on multiple python versions. * Support Shippable delegation using --tox. * Skip vyos_command on python 3 tests until fixed. * Add python 3 filtering to local and tox. * Fix tests to support back to back runs. * Temporarily test networking with python 2.7 only. Running the tests back to back causes intermittent test failures which need to be addressed before we can test multiple versions in a single test run.
This commit is contained in:
parent
c99c3b2b5d
commit
5babe2daea
13 changed files with 140 additions and 51 deletions
|
@ -208,7 +208,7 @@ def common_environment():
|
|||
return env
|
||||
|
||||
|
||||
def pass_vars(required=None, optional=None):
|
||||
def pass_vars(required, optional):
|
||||
"""
|
||||
:type required: collections.Iterable[str]
|
||||
:type optional: collections.Iterable[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue