You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_internal
Matt Clay 691c8e8603
Omit pre-built man pages from sdist (#81395)
Since man pages aren't accessible to users after a `pip install`, there's no need to include them in the sdist.
This change makes it trivial to build man pages from source, which makes them much easier to iterate on.
It also simplifies creation and testing of the sdist, since it no longer requires building man pages.

The new `packaging/cli-doc/build.py` script can generate both man pages and RST documentation.
This supports inclusion on the docs site without a dependency on `ansible-core` internals.
Having a single implementation for both simplifies keeping the two formats in sync.
10 months ago
..
ci ansible-test - Use raise from to handle exceptions (#80905) 1 year ago
classification Omit pre-built man pages from sdist (#81395) 10 months ago
cli ansible-test - Fix timeout handling (#80764) 1 year ago
commands Omit pre-built man pages from sdist (#81395) 10 months ago
compat ansible-test - Improve code formatting (#79983) 1 year ago
dev ansible-test - Improve code formatting (#79983) 1 year ago
provider Remove `docs` and `examples` directories (#81011) 11 months ago
__init__.py ansible-test - Avoid using atexit module (#81096) 12 months ago
ansible_util.py ansible-test - Improve code formatting (#79983) 1 year ago
become.py ansible-test - Improve code formatting (#79983) 1 year ago
bootstrap.py ansible-test - Improve code formatting (#79983) 1 year ago
cache.py ansible-test - Improve code formatting (#79983) 1 year ago
cgroup.py ansible-test - Improve code formatting (#79983) 1 year ago
completion.py ansible-test - Improve code formatting (#79983) 1 year ago
config.py ansible-test - Remove deprecated features (#80558) 1 year ago
connections.py ansible-test - Improve code formatting (#79983) 1 year ago
constants.py ansible-test - Improve container management. (#78550) 2 years ago
containers.py ansible-test - Avoid using atexit module (#81096) 12 months ago
content_config.py ansible-test - Use more native type hints. (#78435) 2 years ago
core_ci.py ansible-test - Remove obsolete WinRM setup script (#81249) 11 months ago
coverage_util.py add coverage for Python 3.12 (#81125) 11 months ago
data.py ansible-test - Fix traceback when mixing sources (#80801) 1 year ago
delegation.py ansible-test - Remove deprecated features (#80558) 1 year ago
diff.py ansible-test - Use raise from to handle exceptions (#80905) 1 year ago
docker_util.py ansible-test - Always use unique container names (#80724) 1 year ago
encoding.py ansible-test - Use more native type hints. (#78435) 2 years ago
executor.py ansible-test - Improve code formatting (#79983) 1 year ago
git.py ansible-test - local change detection without --fork-point (#79734) 1 year ago
host_configs.py ansible-test - Improve code formatting (#79983) 1 year ago
host_profiles.py ansible-test - Always use unique container names (#80724) 1 year ago
http.py ansible-test - Use raise from to handle exceptions (#80905) 1 year ago
init.py ansible-test - Code cleanup and refactoring. (#77169) 2 years ago
inventory.py ansible-test - Support RSA SHA-1 for SSH clients. 1 year ago
io.py ansible-test - Improve code formatting (#79983) 1 year ago
junit_xml.py ansible-test - split controller/target testing (#75605) 3 years ago
locale_util.py ansible-test - Improve code formatting (#79983) 1 year ago
metadata.py ansible-test - Update git diff handling (#80202) 1 year ago
payload.py ansible-test - Avoid using atexit module (#81096) 12 months ago
provisioning.py ansible-test - Avoid using atexit module (#81096) 12 months ago
pypi_proxy.py ansible-test - Avoid using atexit module (#81096) 12 months ago
python_requirements.py add Python 3.12 support to ansible-test (#80834) 11 months ago
ssh.py ansible-test - Improve code formatting (#79983) 1 year ago
target.py ansible-test - Allow target prefixes to use `_` (#80021) 1 year ago
test.py ansible-test - Fix timeout handling (#80764) 1 year ago
thread.py ansible-test - Improve code formatting (#79983) 1 year ago
timeout.py ansible-test - Fix handling of long timeouts (#80769) 1 year ago
util.py ansible-test - Fix sanity traceback with `-e` opt (#81271) 11 months ago
util_common.py ansible-test - Fix sanity traceback with `-e` opt (#81271) 11 months ago
venv.py ansible-test - Improve code formatting (#79983) 1 year ago