Skip to content

Commit

Permalink
Update test_terminal.py
Browse files Browse the repository at this point in the history
tbh it's kinda pants that github workflows break . here removing cal as seems to bust on older tests
  • Loading branch information
byteface committed Nov 3, 2023
1 parent 35d3bf8 commit dee8238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_bash_general(self):
print(ps())
# print(cowsay('moo'))
print(date())
print(cal())
# print(cal())
# failing on github actions
# for i, l in enumerate(cat('LICENSE.txt')):
# print(i, l)
Expand Down

0 comments on commit dee8238

Please sign in to comment.