diff options
author | Sam Doran <sdoran@redhat.com> | 2019-04-04 04:35:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 04:35:59 +0200 |
commit | 6ce9cf7741679449fc3ac6347bd7209ae697cc5b (patch) | |
tree | eb02f5923e549309e05cd2d5a751467d49db347a /requirements.txt | |
parent | Disable failing azure_rm_webapp test. (diff) | |
download | ansible-6ce9cf7741679449fc3ac6347bd7209ae697cc5b.tar.xz ansible-6ce9cf7741679449fc3ac6347bd7209ae697cc5b.zip |
Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738)
* Remove default use of paramiko connection plugin on macOS
This fix was originally to work around a bug that caused a kernel panic on macOS
that has since been fixed.
* Remove paramiko from requirements.txt
* Move paramiko checking to common place
* Drop the warnings obfiscation code
* Update pip installation instructions to reflect upstream instructions
* Fix tests on CentOS 6 (Python 2.6) that now show Python deprecation warnings
* Add changelog fragment
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ac904c49b8..2b77e2f880 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,4 @@ # be suitable) jinja2 PyYAML -paramiko cryptography |