From 5400c8133810b7538f26b83b30e9ab5be29f79c6 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 6 Oct 2018 11:37:26 +0200 Subject: Read thirdparty-requirements.txt if py3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It fixes the current build issues due to unsynced doctor [1]. [1] https://build.opnfv.org/ci/job/functest-features-docker-build-arm64-master/455/console Change-Id: Iad8b667e2615dcd976cd8120e4204665134922b7 Signed-off-by: Cédric Ollivier (cherry picked from commit 01509097c7447ee70d61f7e97d7947b127425eac) --- docker/features/thirdparty-requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docker/features/thirdparty-requirements.txt') diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index 73c11b447..f20f69cc2 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -1,7 +1,7 @@ -robotframework-httplibrary -robotframework-requests -robotframework-sshlibrary;python_version=='2.7' -baro_tests -sdnvpn -sfc +robotframework-httplibrary;python_version<'3.0' +robotframework-requests;python_version<'3.0' +robotframework-sshlibrary;python_version<'3.0' +baro_tests;python_version<'3.0' +sdnvpn;python_version<'3.0' +sfc;python_version<'3.0' doctor-tests;python_version>='3.0' -- cgit 1.2.3-korg