abderrahim commented on code in PR #2179:
URL: https://github.com/apache/buildstream/pull/2179#discussion_r3838614819
##########
.github/compose/ci.docker-compose.yml:
##########
@@ -1,10 +1,16 @@
version: '3.4'
+x-tests-env: &tests-env
+ TOXENV: ${CI_TOXENV_ALL}
+ # Interactive tests (pexpect) need a usable TERM so pagers like less
Review Comment:
Can't we set this in the pexpect tests themselves? I'm afraid that setting
this globally will affect other tests as well.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]