mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Update tox.ini to use ansible-test.
This commit is contained in:
@@ -182,7 +182,7 @@ def parse_args():
|
||||
|
||||
integration.add_argument('--python',
|
||||
metavar='VERSION',
|
||||
choices=SUPPORTED_PYTHON_VERSIONS,
|
||||
choices=SUPPORTED_PYTHON_VERSIONS + ('default',),
|
||||
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
|
||||
|
||||
integration.add_argument('--start-at',
|
||||
@@ -281,7 +281,7 @@ def parse_args():
|
||||
|
||||
compiler.add_argument('--python',
|
||||
metavar='VERSION',
|
||||
choices=COMPILE_PYTHON_VERSIONS,
|
||||
choices=COMPILE_PYTHON_VERSIONS + ('default',),
|
||||
help='python version: %s' % ', '.join(COMPILE_PYTHON_VERSIONS))
|
||||
|
||||
add_lint(compiler)
|
||||
@@ -313,7 +313,7 @@ def parse_args():
|
||||
|
||||
sanity.add_argument('--python',
|
||||
metavar='VERSION',
|
||||
choices=SUPPORTED_PYTHON_VERSIONS,
|
||||
choices=SUPPORTED_PYTHON_VERSIONS + ('default',),
|
||||
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
|
||||
|
||||
sanity.add_argument('--base-branch',
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
#
|
||||
# Test requirements
|
||||
#
|
||||
|
||||
nose
|
||||
mock >= 1.0.1, < 1.1
|
||||
passlib
|
||||
coverage
|
||||
coveralls
|
||||
unittest2
|
||||
redis
|
||||
python3-memcached
|
||||
python-systemd
|
||||
botocore
|
||||
boto3
|
||||
pytest
|
||||
@@ -1,18 +0,0 @@
|
||||
#
|
||||
# Test requirements
|
||||
#
|
||||
|
||||
nose
|
||||
mock >= 1.0.1, < 1.1
|
||||
passlib
|
||||
coverage
|
||||
coveralls
|
||||
unittest2
|
||||
redis
|
||||
python-memcached
|
||||
python-systemd
|
||||
cryptography
|
||||
pycrypto
|
||||
botocore
|
||||
boto3
|
||||
pytest
|
||||
Reference in New Issue
Block a user