jiridanek commented on a change in pull request #949:
URL: https://github.com/apache/qpid-dispatch/pull/949#discussion_r542476646
##########
File path: .travis.yml
##########
@@ -69,6 +69,8 @@ jobs:
- python -m pip install --user --upgrade tox virtualenv==20.0.23
# Install quart to run the http2 tests.
- python -m pip install --user quart
+ # DISPATCH-1883: Install selectors to run tcp echo server/client tools
+ - python -m pip install --user selectors
Review comment:
is this something that the GitHub Action also needs?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]