Commit 92ac716
committed
Merge remote-tracking branch 'origin/issue590'
* origin/issue590:
issue #590: disable distro test on vanilla
ci: Ansible 2.8 jobs aren't running against all host types.
tests: Py3.x fix.
issue #590: fix test for <2.8 Ansibles.
tests: Py3.x fix.
issue #590: actually run Ansible test.
tests: Py3.x fix.
master: sysconfig did not exist until 2.7.
tests: rearrange test modules again, they're used in multiple places
module_finder_test: mask one more difference between unit2 vs. direct start
master: fix _is_stdlib_path() failure on Ubuntu.
issue #590: add dummy package for new test.
issue #590: add FinderMethod docstrings.
issue #590: update comment to indicate the hack is permanent
issue #590: move example modules to module_finder/, fix/add tests
issue #590: refactor ModuleFinder and teach it a new special case.
issue #590: Ansible test for module_utils.distro use.
issue #590: teach importer to handle self-replacing modulesFile tree
44 files changed
+297
-111
lines changed- .ci
- ansible_mitogen
- docs
- mitogen
- tests
- ansible
- lib/modules
- regression
- data/importer
- module_finder_testmod
- pkg_like_ansible
- module_utils
- distro
- pkg_like_plumbum
- simple_pkg
- six_brokenpkg
- webproject
- webapp
- migrations
- webproject
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+297
-111
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
766 | | - | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
767 | 776 | | |
768 | 777 | | |
769 | 778 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1355 | 1355 | | |
1356 | 1356 | | |
1357 | 1357 | | |
1358 | | - | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
1359 | 1362 | | |
1360 | 1363 | | |
1361 | 1364 | | |
| |||
0 commit comments