diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2024-01-08 05:00:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 05:00:10 +0100 |
commit | b5649f9686ad0501c4dd858b3e6197c51cb3be7e (patch) | |
tree | 99901d2b34ac1147d80dc67ee0885e0b02b0965b /test/integration/targets/setup_pexpect | |
parent | Add skips for encrypt unit tests for Python 3.13 (diff) | |
download | ansible-b5649f9686ad0501c4dd858b3e6197c51cb3be7e.tar.xz ansible-b5649f9686ad0501c4dd858b3e6197c51cb3be7e.zip |
Remove more Python 2 handling from tests (#82449)
Diffstat (limited to 'test/integration/targets/setup_pexpect')
-rw-r--r-- | test/integration/targets/setup_pexpect/files/constraints.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/setup_pexpect/files/constraints.txt b/test/integration/targets/setup_pexpect/files/constraints.txt index c78ecdad66..930ee5caed 100644 --- a/test/integration/targets/setup_pexpect/files/constraints.txt +++ b/test/integration/targets/setup_pexpect/files/constraints.txt @@ -1,2 +1 @@ pexpect == 4.8.0 -ptyprocess < 0.7.0 ; python_version < '2.7' # ptyprocess >= 0.7.0 not compatible with Python 2.6 |