[GitHub] [openwhisk] neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step

2019-10-14 Thread GitBox
neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step URL: https://github.com/apache/openwhisk/pull/4683#issuecomment-541628131 > Looks like few other module builds are also failing with similar error related to pip upgrade. Like https://travis-

[GitHub] [openwhisk] neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step

2019-10-11 Thread GitBox
neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step URL: https://github.com/apache/openwhisk/pull/4683#issuecomment-541283773 > Thanks @neerajmangal for tackling this. If it's a single test failing, we could ignore it temporarily to unblock th

[GitHub] [openwhisk] neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step

2019-10-11 Thread GitBox
neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step URL: https://github.com/apache/openwhisk/pull/4683#issuecomment-541008227 All test passed, one system test is failing. ```bash services.KafkaConnectorTests > Kafka connector should

[GitHub] [openwhisk] neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step

2019-10-11 Thread GitBox
neerajmangal commented on issue #4683: Fix Travis build pip install issue in pre installation step URL: https://github.com/apache/openwhisk/pull/4683#issuecomment-540970583 Pip issue is solved by adding "--user" flag and adding python3-pip. Travis builds are failing now with this issue.