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
Sviatoslav Sydorenko beb70daf14 Fix pytest collection during test_host partial run
Sometimes pytest errors out with an `ImportError` during its tests
collection stage when a Python package/directory containing the test
module does not have an `__init__.py` in it. This is being observed
under Python 3.9 and higher.

The patch provides a workaround for this problem but does not address
the root cause which is currently unknown.

Ref:
https://github.com/ansible/ansible/pull/78585#issuecomment-1220885431
2 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 3 years ago
integration Prevent double failing hosts for includes in loops (#76928) 2 years ago
lib/ansible_test ansible-test - Fix Ubuntu 20.04 bootstrapping. (#78551) 2 years ago
sanity ansible-test - Update sanity test requirements. (#78528) 2 years ago
support Remove incidental_inventory_foreman test. 2 years ago
units Fix pytest collection during test_host partial run 2 years ago
utils/shippable Remove incidental_inventory_foreman test. 2 years ago