Skip to content

Commit

Permalink
Add a TERM env var to CI
Browse files Browse the repository at this point in the history
At least one of our tests needs a terminal:
tests.commands.test_global.TestExternalCommand.test_no_spawn_no_stdin_attached
  • Loading branch information
lucc committed Nov 27, 2023
1 parent 4d28551 commit e163aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ jobs:

- name: Run tests
run: python3 setup.py test
env:
TERM: dumb

0 comments on commit e163aef

Please sign in to comment.