Skip to content

Commit

Permalink
chore(deps-dev): add colored package to resolve issue in syrupy
Browse files Browse the repository at this point in the history
A breaking change in colored package is causing syrupy to fail.

As a temporary solution, we have to add colored as a test dependency and avoid using version 1.5.0 until syrupy releases a fix.

Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
  • Loading branch information
behnazh-w committed Jun 19, 2023
1 parent edbe885 commit 5e4a50e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ test = [
"pytest-cov >=4.0.0,<5.0.0",
"pytest-env >=0.8.1,<1.0.0",
"syrupy >=4.0.0,<5.0.0",
# Update the version once this issue is resolved:
# https://github.com/tophat/syrupy/issues/758
"colored >=1.0.0,<1.5.0",
]

[project.urls]
Expand Down

0 comments on commit 5e4a50e

Please sign in to comment.