Skip to content

Commit

Permalink
🐛 Fix testing with Pytest and Pytest-sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Apr 26, 2020
1 parent aaca724 commit 8d7493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Documentation = "https://typer.tiangolo.com/"
[tool.flit.metadata.requires-extra]
test = [
"shellingham",
"pytest >=4.4.0",
"pytest < 5.4",
"pytest-cov",
"coverage",
"pytest-xdist",
Expand Down

1 comment on commit 8d7493c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.