Skip to content

Commit

Permalink
test:fix missing pytest marker
Browse files Browse the repository at this point in the history
Fixes missing pytest marker by installing pytest-cov and pytest-asyncio. This is do align testing with httpstan
  • Loading branch information
ahartikainen authored and ahartikainen committed Jul 17, 2020
1 parent 67070eb commit bc77d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ sphinx = { version = "^3.1.1", optional = true }
sphinx-rtd-theme = { version = "^0.5", optional = true }

[tool.poetry.dev-dependencies]
pytest = "^5.4"
pytest-cov = "^2.8"
pytest-asyncio = "^0.10"
pandas = "^1.0"

[tool.poetry.extras]
Expand Down

0 comments on commit bc77d72

Please sign in to comment.