* Restrict to old enough paramiko on RHEL 8 or other systems using Python 3.6. (#563)
(cherry picked from commit c0d9ca67c4)
* Make sure paramiko is installed on localhost as well.
* Revert "Make sure paramiko is installed on localhost as well."
This reverts commit 53ab6f5435.
* Fix check.
* ...
Co-authored-by: Felix Fontein <felix@fontein.de>
* Restrict PyNaCL to 1.4.x on RHEL8 when using Python 3.6.
* Fix typo.
(cherry picked from commit f94ba4cef3)
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add basic docker_compose tests.
* Add more constraints for Py 2.
* Try to install docker-compose from system packages.
* Another try.
* Some more tries.
* One more.
* Move task into block.
* Clean up constraints file.
* More adjustments.
* TEMP: add debug output
* Remove PATH hack
azure-pipelines-test-container:1.7.1 contains a proper fix for ensuring
PATH contains the location of pip installed binaries so we can remove
the hack.
* Correct RHEL groups