summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_pexpect (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove more Python 2 handling from tests (#82449)Sloane Hertel2024-01-081-1/+0
|
* Update setup_pexpect to prefer pip user installs.Matt Clay2022-02-281-0/+9
| | | | This works around issues on RHEL 7.9 when an old version of pexpect is installed from an OS package.
* Constrain pexpect and ptyprocess (#73109)Sam Doooran2021-01-043-0/+10
| | | | | | The recent update of ptyprocess to 0.7.0 is incompatible with Python 2.6 and is causing test failures. * Add setup_pexpect role to expect test
* Add setup roles for passlib and pexpect for use with pause and vars_prompt ↵Sam Doran2018-11-081-0/+4
tests (#43613) * Add passlib to RHEL test instance This looks like the only tests instance that is missing this libary. It is needed for vars_prompt tests. * Create setup roles for pexect and passlib Switch to using aliases rather than installing directly in the test scripts