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 12097c81b9
Fix pytest collection during test_host partial run (#78595)
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
(cherry picked from commit beb70daf14)
3 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 4 years ago
integration Fail fast in stuck `ansible-galaxy-collection` (#78628) 3 years ago
lib/ansible_test [stable-2.12] ansible-test - Fix handling of args after `--` (#78328) 4 years ago
sanity unarchive: fix io_buffer_size option, remove ignore.txt entry (#77271) (#77311) 4 years ago
support Remove incidental_win_security_policy (#75654) 4 years ago
units Fix pytest collection during test_host partial run (#78595) 3 years ago
utils/shippable [stable-2.12] ansible-test - Managed venv fixes. (#77100) 4 years ago