Skip to content

Commit

Permalink
Merge pull request #107 from hugovk/fix-termcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 1, 2022
2 parents 45159d6 + 90f9d95 commit 8a56e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pytest==7.1.3
pytest-cov==4.0.0
python-slugify==6.1.2
respx==0.20.0
termcolor==2.0.1
termcolor==2.1.0
1 change: 1 addition & 0 deletions tests/test_norwegianblue.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def test__colourify(self) -> None:
"eol": "\x1b[32m2023-04-02\x1b[0m", # green
},
]
os.environ["FORCE_COLOR"] = "1"

# Act
output = norwegianblue._colourify(data)
Expand Down

0 comments on commit 8a56e1c

Please sign in to comment.