From 53fd3dd6ced5cc2b3ea2a7d4ee52b8adc0f1fdba Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Mon, 12 Aug 2024 19:53:23 +0530 Subject: [PATCH 1/3] Fix CI test failures --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a76f40ad..0870fe246 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ passing `--mode stdout` (`-m stdout`) or setting `mode` in [settings documentation]: https://ansible-navigator.readthedocs.io/settings/ -## Example commands +## Example commands. All of ansible-navigator's features can be accessed from the *welcome page* described above, but as a shortcut, commands can also be provided directly as From 82b34e188ab4d36090acfa3c3b7cf645f377bfe9 Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Mon, 12 Aug 2024 23:11:03 +0530 Subject: [PATCH 2/3] Fix CI test failures: attempt1 --- README.md | 2 +- bindep.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0870fe246..4a76f40ad 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ passing `--mode stdout` (`-m stdout`) or setting `mode` in [settings documentation]: https://ansible-navigator.readthedocs.io/settings/ -## Example commands. +## Example commands All of ansible-navigator's features can be accessed from the *welcome page* described above, but as a shortcut, commands can also be provided directly as diff --git a/bindep.txt b/bindep.txt index 89bef0a29..72baf141b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -5,8 +5,8 @@ oniguruma-devel [platform:rpm] libonig-dev [platform:deb] # py311 -python3.11-full [test] [platform:deb] -python3.11-dev [test] [platform:deb] -python3.11-devel [test] [platform:rpm] +python3.11-full [(test platform:deb)] +python3.11-dev [(test platform:deb)] +python3.11-devel [(test platform:rpm)] libffi-devel [platform:rpm] libffi-dev [platform:deb] From 5e7ca13e329e3836d7a2ddbf362dd082e0ee05fe Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Mon, 12 Aug 2024 23:17:32 +0530 Subject: [PATCH 3/3] Fix CI test failures: attempt2 --- bindep.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt deleted file mode 100644 index 72baf141b..000000000 --- a/bindep.txt +++ /dev/null @@ -1,12 +0,0 @@ -tmux - -# needed to compile onigurumacffi on py311: -oniguruma-devel [platform:rpm] -libonig-dev [platform:deb] - -# py311 -python3.11-full [(test platform:deb)] -python3.11-dev [(test platform:deb)] -python3.11-devel [(test platform:rpm)] -libffi-devel [platform:rpm] -libffi-dev [platform:deb]